FIX: darwin version now works!
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{myConfig, ...}: {
|
||||
{
|
||||
myConfig,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
@@ -12,8 +16,7 @@
|
||||
bold_font = "auto";
|
||||
italic_font = "auto";
|
||||
bold_italic_font = "auto";
|
||||
|
||||
shell = myConfig.general.Terminal.shell;
|
||||
shell = "${pkgs.${myConfig.general.Terminal.shell}}/bin/${myConfig.general.Terminal.shell}";
|
||||
|
||||
# optimization
|
||||
input_delay = 0;
|
||||
|
||||
Reference in New Issue
Block a user