Add separate system packages file
This commit is contained in:
parent
68c83a3238
commit
b4a9a7ecc2
@ -11,6 +11,7 @@ in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./system-packages.nix
|
||||
./home-manager.nix
|
||||
];
|
||||
|
||||
@ -94,17 +95,6 @@ in
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
hyprland
|
||||
wayland
|
||||
xdg-utils
|
||||
pciutils
|
||||
];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user