feat\!: major cleanup

This commit is contained in:
Jacob Bachmann 2025-08-19 00:49:40 +02:00
parent b971a645e3
commit 210c463d79
93 changed files with 34 additions and 4340 deletions

View file

@ -1,6 +1,4 @@
{
lib,
config,
pkgs,
...
}:
@ -12,12 +10,6 @@ in
enable = true;
};
users.users = lib.mkIf (config.bchmnn.home.enable) {
gandalf = {
shell = pkgs.zsh;
};
};
environment = {
shellAliases = common.aliases;
};