This commit is contained in:
alsaiduq-lab 2025-06-30 21:26:06 -06:00
parent cb8a43c515
commit 5ae1c9dca1
2 changed files with 1 additions and 2 deletions

View file

@ -6,8 +6,6 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
./system-packages.nix
../modules/default.nix
./cachix.nix
];
nix.gc = {

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
imports = [
./cachix.nix
./modules/audio.nix
./modules/bluetooth.nix
./modules/boot.nix