diff --git a/desktops/gnome.nix b/desktops/gnome.nix index 16961fae..ebb4a858 100644 --- a/desktops/gnome.nix +++ b/desktops/gnome.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: { +{ config, pkgs, unstable, ... }: { services.xserver = { # Enable the GNOME Desktop Environment. displayManager.gdm.enable = true; diff --git a/flake.nix b/flake.nix index 6e5dcffb..6b5f1e79 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ # Declare a generic configuration using the $hostname variable: ${hostname} = lib.nixosSystem { inherit system; - specialArgs = { inherit inputs; }; + specialArgs = { inherit unstable; }; modules = [ # Configuration Imports ./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration