stuff
This commit is contained in:
parent
72810100dc
commit
5b4a53f099
4 changed files with 35 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
./persist.nix
|
||||
./packages/nh.nix
|
||||
./packages/zsh/zsh.nix
|
||||
./packages/virt-manager.nix
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
|
@ -17,7 +18,7 @@
|
|||
|
||||
users.users.hu = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "wheel" "libvirtd" ];
|
||||
shell = pkgs.zsh;
|
||||
hashedPasswordFile = "/nix/config/secrets/hu/pass";
|
||||
};
|
||||
|
@ -41,6 +42,7 @@
|
|||
./packages/fastfetch.nix
|
||||
./packages/nvim/neovim.nix
|
||||
./packages/waybar.nix
|
||||
./packages/virt-manager-home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue