added fish suid wrapper

This commit is contained in:
Bit Borealis 2023-05-07 03:07:07 +00:00
parent 5f7593e71a
commit 4aae0ac7b1
1 changed files with 2 additions and 1 deletions

View File

@ -105,13 +105,14 @@ in {
# set fish as default shell for all users # set fish as default shell for all users
users.defaultUserShell = unstable.fish; users.defaultUserShell = unstable.fish;
# suid wrapper ( for things which need privelidged acccess ? ) # suid wrapper ( for things which need privelidged acccess, or additional configuration )
programs.mtr.enable = true; programs.mtr.enable = true;
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
pinentryFlavor = "gnome3"; pinentryFlavor = "gnome3";
}; };
programs.fish.enable = true;
# enable configure services # enable configure services
services.printing.enable = true; # printing services.printing.enable = true; # printing