From feca54585c676dde7e5afc91c997949151add85f Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 20 Nov 2023 21:26:07 +0100 Subject: [PATCH] Use programs.fish.enable --- modules/common/linux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/linux/default.nix b/modules/common/linux/default.nix index dff1f29..4e44227 100644 --- a/modules/common/linux/default.nix +++ b/modules/common/linux/default.nix @@ -220,7 +220,6 @@ in environment.systemPackages = with pkgs; [ kakoune # An editor wget # A simple fetcher - fish # Good shell ## System monitoring tools usbutils # lsusb and friends @@ -234,6 +233,7 @@ in qt5.qtwayland ]; # Add a reliable terminal + programs.fish.enable = true; # programs.gnome-terminal.enable = true; # KDEConnect is just based programs.kdeconnect.enable = true;