Add separate system packages file

This commit is contained in:
RealStickman 2023-04-16 20:24:39 +02:00
parent 68c83a3238
commit b4a9a7ecc2

View File

@ -11,6 +11,7 @@ in
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./system-packages.nix
./home-manager.nix ./home-manager.nix
]; ];
@ -94,17 +95,6 @@ in
shell = pkgs.fish; 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 # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;