From d1aeab79b1c8fdb413425a04b4fc938670e6d109 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 27 Jan 2021 18:30:19 +0100 Subject: [PATCH] fish: enable integrations and completions --- configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0668a50..549ba46 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,11 +92,7 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; + programs.fish.enable = true; # List services that you want to enable: