conf conf
This commit is contained in:
parent
534652294a
commit
b3857cb01f
7 changed files with 76 additions and 4 deletions
|
|
@ -79,6 +79,10 @@
|
|||
eza # ls replacement
|
||||
nh # nix helper
|
||||
jq # JSON processor
|
||||
ncdu
|
||||
pciutils
|
||||
usbutils
|
||||
tree
|
||||
|
||||
# Shells
|
||||
bash
|
||||
|
|
@ -109,4 +113,6 @@
|
|||
extraGroups = [ "wheel" "networkmanager" "podman" ];
|
||||
shell = pkgs.nushell;
|
||||
}; # end users
|
||||
|
||||
programs.command-not-found.enable = true;
|
||||
} #end file
|
||||
|
|
|
|||
|
|
@ -19,7 +19,14 @@
|
|||
enable = true;
|
||||
}; # end light
|
||||
}; # end programs
|
||||
security.polkit.enable = true;
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
pam.services = {
|
||||
greetd.enableGnomeKeyring = true;
|
||||
greetd-password.enableGnomeKeyring = true;
|
||||
login.enableGnomeKeyring = true;
|
||||
}; # end pam.services
|
||||
}; # end security
|
||||
services = {
|
||||
greetd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue