hosts/hazel: use hm-stable

This commit is contained in:
LavaDesu 2025-04-05 13:19:34 +11:00
parent f535775b77
commit e6f0a356af
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
time.timeZone = "Australia/Melbourne"; time.timeZone = "Australia/Melbourne";
imports = with modules.system; [ imports = with modules.system; [
home-manager home-manager-stable
base base
kernel kernel

View file

@ -36,6 +36,7 @@ in {
./system/greetd.nix ./system/greetd.nix
./system/gui.nix ./system/gui.nix
./system/home-manager.nix ./system/home-manager.nix
./system/home-manager-stable.nix
./system/input.nix ./system/input.nix
./system/kernel.nix ./system/kernel.nix
./system/nix.nix ./system/nix.nix