Skip to content

Commit

Permalink
Use programs.fish.enable
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Nov 20, 2023
1 parent cedbbea commit feca545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/linux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit feca545

Please sign in to comment.