added core packages
This commit is contained in:
@@ -21,5 +21,17 @@
|
|||||||
/etc/nixos/hardware-configuration.nix
|
/etc/nixos/hardware-configuration.nix
|
||||||
]
|
]
|
||||||
++ modules;
|
++ modules;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
vim
|
||||||
|
unzip
|
||||||
|
p7zip-rar
|
||||||
|
usbutils
|
||||||
|
lsof
|
||||||
|
gvfs
|
||||||
|
libnotify
|
||||||
|
python315
|
||||||
|
curlWithGnuTls
|
||||||
|
wget
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user