conf conf

This commit is contained in:
alisceon 2025-08-25 10:01:53 +02:00
parent 534652294a
commit b3857cb01f
7 changed files with 76 additions and 4 deletions

View file

@ -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

View 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;