FIX: darwin version now works!

This commit is contained in:
lsoriano-mcm
2025-07-03 20:45:15 -05:00
parent b4f4b67a8b
commit 8491971427
7 changed files with 548 additions and 28 deletions
+6 -3
View File
@@ -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;