This commit is contained in:
js0ny 2025-10-29 19:55:54 +00:00
parent cd9c91b9bc
commit fbe299a28c
16 changed files with 67 additions and 17 deletions

View file

@ -17,7 +17,7 @@
swtpm.enable = true;
};
};
users.users.${config.var.username} = {
users.users.js0ny = {
extraGroups = ["libvirtd"];
};
networking.firewall.trustedInterfaces = ["virbr0"];

View file

@ -0,0 +1,10 @@
{...}: {
programs.zsh = {
enable = true;
histFile = "$XDG_DATA_HOME/zsh/history";
enableCompletion = true;
zsh-autoenv.enable = true;
autosuggestions.enable = true;
};
environment.pathsToLink = ["/share/zsh"];
}