diff --git a/hosts/configuration.nix b/hosts/configuration.nix index c05205a..9d95260 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -6,8 +6,6 @@ # Include the results of the hardware scan. ./hardware-configuration.nix ./system-packages.nix - ../modules/default.nix - ./cachix.nix ]; nix.gc = { diff --git a/hosts/system-packages.nix b/hosts/system-packages.nix index 0c49afa..58ef3b0 100644 --- a/hosts/system-packages.nix +++ b/hosts/system-packages.nix @@ -1,5 +1,6 @@ {pkgs, ...}: { imports = [ + ./cachix.nix ./modules/audio.nix ./modules/bluetooth.nix ./modules/boot.nix