mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fish: don't set kitty shell
This commit is contained in:
parent
57e9ef2070
commit
b3ca81d2b1
2 changed files with 2 additions and 9 deletions
|
|
@ -136,6 +136,7 @@
|
|||
kitty = {
|
||||
enable = true;
|
||||
font.size = 12; # sweet spot for framework 13
|
||||
settings.shell = lib.getExe config.programs.fish.package;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue