fish: don't set kitty shell

This commit is contained in:
Primrose 2025-06-04 19:21:33 +02:00
parent 57e9ef2070
commit b3ca81d2b1
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 2 additions and 9 deletions

View file

@ -136,6 +136,7 @@
kitty = {
enable = true;
font.size = 12; # sweet spot for framework 13
settings.shell = lib.getExe config.programs.fish.package;
};
};

View file

@ -1,20 +1,12 @@
{
lib,
config,
pkgs,
...
}: let
cfg = config.programs.fish;
fishExe = lib.getExe cfg.package;
in {
}: {
imports = [
./aliasesAbbrs.nix
];
# TODO: do not set this here
programs.kitty.settings.shell = ''${fishExe}'';
#
# Script dependencies
#