diff --git a/home/terminal/fish.nix b/home/terminal/fish.nix index ac139b4..f619f2c 100644 --- a/home/terminal/fish.nix +++ b/home/terminal/fish.nix @@ -1,9 +1,5 @@ -{ - pkgs, - host, - ... -}: { - programs.fish = { +{ pkgs, host, nixosConfig, lib, ... }: { + programs.fish = lib.mkIf nixosConfig.my.desktop.enable { enable = true; shellAliases = { fr = "sudo nixos-rebuild switch --flake ~/LillyOS/#${host}";