From 4aae0ac7b1b6cfb5e3a4c46ca15ccca89e5f62d1 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Sun, 7 May 2023 03:07:07 +0000 Subject: [PATCH] added fish suid wrapper --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index a2d5a7f..82bd6dc 100644 --- a/default.nix +++ b/default.nix @@ -105,13 +105,14 @@ in { # set fish as default shell for all users 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.gnupg.agent = { enable = true; enableSSHSupport = true; pinentryFlavor = "gnome3"; }; + programs.fish.enable = true; # enable configure services services.printing.enable = true; # printing