chore: bump all

This commit is contained in:
2026-06-24 15:04:58 -06:00
parent ce31e48d42
commit 5d31f53b70
15 changed files with 771 additions and 680 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ let users = builtins.readDir ../users;
inputs.self.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops
inputs.impermanence.homeManagerModules.impermanence
inputs.nixcord.homeModules.nixcord
inputs.dms.homeModules.dank-material-shell
inputs.dms.homeModules.niri
# Directory name should always match username.
({ ... }: { home.username = username; })
+2
View File
@@ -37,6 +37,8 @@ let
inputs.niri.nixosModules.niri
inputs.stylix.nixosModules.stylix
inputs.nixarr.nixosModules.default
inputs.dms.nixosModules.greeter
inputs.dms.nixosModules.dank-material-shell
# Directory name should always match host name.
({ ... }: { networking.hostName = hostName; })