STill trying

This commit is contained in:
2026-02-25 21:14:27 +01:00
parent 4a828ba3e5
commit ecde66e3ae
+7 -2
View File
@@ -1,4 +1,10 @@
{ config, pkgs, lib, flakeRoot, ... }: {
config,
pkgs,
lib,
flakeRoot,
...
}:
let let
repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf"; repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf";
in in
@@ -28,6 +34,5 @@ in
"zsh-syntax-highlighting" "zsh-syntax-highlighting"
]; ];
}; };
'';
}; };
} }