diff --git a/modules/software/system/fish.nix b/modules/software/system/fish.nix index 1f033d8..847b9e7 100644 --- a/modules/software/system/fish.nix +++ b/modules/software/system/fish.nix @@ -22,8 +22,8 @@ in { libnotify ]; - users.defaultUserShell = pkgs.fish; programs.fish.enable = true; + users.defaultUserShell = pkgs.fish; hm.programs.fish = let colorScript = nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }; in { @@ -33,7 +33,6 @@ in { { name = "grc"; src = grc.src; } { name = "tide"; src = tide.src; } { name = "done"; src = done.src; } - { name = "autopair"; src = autopair.src; } ]; interactiveShellInit = ''