From fc63693e84ca26081329a787540ad66243f3b646 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 27 Feb 2024 05:16:31 -0800 Subject: [PATCH] remove fish from config.nix should be handled by home-manager --- configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index f47dcfc..ebe706c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -141,12 +141,6 @@ fi ''; }; - programs.fish = { - enable = true; - interactiveShellInit = '' - set fish_greeting - ''; - }; # programs.hyprland.enable = true; # environment.sessionVariables.NIXOS_OZONE_WL = "1";