moved some stuff

This commit is contained in:
strix 2026-08-26 02:18:16 +02:00
parent 019f5fd1bf
commit 275586f9c2
4 changed files with 38 additions and 13 deletions

View file

@ -5,4 +5,15 @@
];
programs.zsh.enable = true;
nix = {
settings = {
auto-optimise-store = true;
allowed-users = [ "@wheel" ];
experimental-features = [
"nix-command"
"flakes"
];
};
};
}