From 5ae1c9dca1fceea7ba6bbeb9ae18d78c0b2b6014 Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Mon, 30 Jun 2025 21:26:06 -0600 Subject: [PATCH] moved --- hosts/configuration.nix | 2 -- hosts/system-packages.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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