From ffcf2e3225a1f670b54ceff15caf2a6e7cca696b Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Fri, 14 Mar 2025 04:43:57 -0600 Subject: [PATCH] prevents an incomplete system --- modules/fish.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/fish.nix b/modules/fish.nix index 69f8b78..2aa680c 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -1,9 +1,12 @@ { config, pkgs, lib, ... }: +let + fish-rust = pkgs.callPackage ../pkgs/fish-rust { }; +in { programs.fish.enable = true; - environment.systemPackages = with pkgs; [ + fish-rust starship fzf bat