From a0eb715330f013a17c6a65155216f991ac7ee69c Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 19:27:05 +0900 Subject: [PATCH] test --- desktops/gnome.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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