Fix on module loaders

This commit is contained in:
2026-01-25 00:04:32 +01:00
parent bc7e2cd7d2
commit 69dc28534e
10 changed files with 46 additions and 24 deletions
+10
View File
@@ -18,6 +18,7 @@
# Modules
inputs.self.nixos
inputs.self.apps
];
@@ -59,6 +60,15 @@
# System configurations
within.keyboard.apple.enable = true;
# Shell configurations
within.shell.zsh.enable = true;
within.shell.git.enable = true;
within.shell.nh.enable = true;
# Gnome configurations
within.gnome.shell.enable = true;
within.gnome.apps.enable = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "25.11";
}