kitty: enable for even non-gui platforms
i don't get it entirely, but otherwise things start breaking
This commit is contained in:
2
modules/universal/env/home-manager.nix
vendored
2
modules/universal/env/home-manager.nix
vendored
@@ -153,7 +153,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
kitty = lib.mkIf (sysconfig.sane.gui.enable) {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# docs: https://sw.kovidgoyal.net/kitty/conf/
|
# docs: https://sw.kovidgoyal.net/kitty/conf/
|
||||||
settings = {
|
settings = {
|
||||||
|
Reference in New Issue
Block a user