diff --git a/configuration.nix b/configuration.nix index efefadd..ec45ab0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;