mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
Move packages.nix to environment/packages.nix
This commit is contained in:
parent
47db693f2e
commit
99994c1472
|
@ -12,6 +12,5 @@ _: {
|
||||||
./system.nix
|
./system.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
./localisation.nix
|
./localisation.nix
|
||||||
./packages.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
{ pkgs, ... }: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
killall
|
||||||
|
openssl
|
||||||
curl
|
curl
|
||||||
wget
|
wget
|
||||||
pciutils
|
pciutils
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
killall
|
|
||||||
openssl
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue