Remove on all import AND remove of flake.lock

This commit is contained in:
2026-01-24 18:07:44 +01:00
parent d72b3b7911
commit 0ae272d7c6
12 changed files with 29 additions and 94 deletions
+2 -6
View File
@@ -17,11 +17,7 @@
./configurations/home-manager.nix
# Modules
inputs.self.nixos.boot
inputs.self.nixos.graphics
inputs.self.nixos.audio
inputs.self.nixos.networks
inputs.self.nixos.keyboard
inputs.self.nixos.within
];
@@ -53,7 +49,7 @@
time.timeZone = "Europe/Brussels";
# System services
within.boot.systemd.enable = true;
within.boot.bootd.enable = true;
within.boot.plymouth.enable = true;
within.graphics.nvidia.base.enable = true;
within.audio.pipewire.enable = true;