some fixes for toothpc

This commit is contained in:
2025-08-16 14:17:55 +02:00
parent 2b5e94c850
commit 0949528879
4 changed files with 6 additions and 4 deletions

View File

@@ -38,7 +38,10 @@ in {
networking.hostName = "toothpc";
environment.variables.NH_FLAKE = "/home/toothpick/.nix-config";
environment.variables = {
NH_FLAKE = "/home/toothpick/.nix-config";
ZDOTDIR = "$XDG_CONFIG_HOME/zsh";
};
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = lib.mkDefault "23.11";

View File

@@ -45,7 +45,7 @@
enable = true;
};
beekeeper = {
enable = true;
enable = false;
};
blender = {
enable = false;