refactor: cleanup (deadnix, nixfmt, statix)

This commit is contained in:
2026-03-11 23:23:51 +01:00
parent 7c92cc5c6a
commit 12481d7468
14 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
home = {
stateVersion = "25.05";
username = config.host.username;
inherit (config.host) username;
homeDirectory = "/home/${config.host.username}";
};
+1 -1
View File
@@ -30,7 +30,7 @@
home = {
stateVersion = "25.05";
username = config.host.username;
inherit (config.host) username;
homeDirectory = "/home/${config.host.username}";
};