removed executable

incompatible with builtins.path
This commit is contained in:
kenji
2025-08-19 18:40:57 -05:00
parent 415806ca96
commit e1ac8eeed1
+1 -1
View File
@@ -28,7 +28,7 @@ in {
".config/hypr" = lib.mkIf (!cfg.settings.hyprland.useNixForConf) { ".config/hypr" = lib.mkIf (!cfg.settings.hyprland.useNixForConf) {
source = builtins.path { source = builtins.path {
path = ../../.config/hypr; path = ../../.config/hypr;
executable = true; # executable = true;
}; };
}; };