This commit is contained in:
biscuit
2025-05-13 18:59:06 -05:00
parent 9423554aa4
commit 923dac6f63
+5 -5
View File
@@ -12,9 +12,9 @@
force = true;
};
# home.file.".config/hypr/hyprland" = {
# source = builtins.toPath ./custom;
# recursive = true;
# force = true;
# };
home.file.".config/hypr/hyprland" = {
source = builtins.toPath ./custom;
recursive = true;
force = true;
};
}