forked from fabian/nix_config
add dark theme to everything
This commit is contained in:
parent
b5cd20b71b
commit
3803a1e1b9
3 changed files with 24 additions and 3 deletions
|
@ -66,7 +66,7 @@ in {
|
|||
shell = pkgs.zsh;
|
||||
extraGroups =
|
||||
["users" "networkmanager"]
|
||||
++ optionals (v.admin) ["wheel" "libvirtd" "dialout" "adbusers" ];
|
||||
++ optionals (v.admin) ["wheel" "libvirtd" "dialout" "adbusers"];
|
||||
openssh.authorizedKeys.keyFiles = v.sshKeyPublicFile;
|
||||
})
|
||||
enabledUsers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue