1
0
Fork 0

kitty: Reference fish pkg directly

This commit is contained in:
Daniel Kempkens 2022-02-08 10:10:13 +01:00
parent 6a6752a030
commit 7129534e2f

View file

@ -1,10 +1,12 @@
{ pkgs, ... }:
{ {
programs.kitty = { programs.kitty = {
enable = true; enable = true;
settings = { settings = {
# Shell # Shell
shell = "/etc/profiles/per-user/daniel/bin/fish --interactive"; shell = "${pkgs.fish}/bin/fish --interactive";
shell_integration = "no-cursor"; shell_integration = "no-cursor";
# Theme/Layout # Theme/Layout