Testing lib.mkForce

This commit is contained in:
2026-03-01 17:35:13 +01:00
parent 628fd8e9fb
commit fe3a3f6ceb
6 changed files with 303 additions and 327 deletions
-2
View File
@@ -10,9 +10,7 @@ in
home.packages = [ pkgs.hyprshell ];
# Link repo -> ~/.config/hyprshell/...
xdg.configFile."hyprshell/config.ron".source = lib.mkForce cfgRon;
xdg.configFile."hyprshell/config.ron".backup = lib.mkForce false;
xdg.configFile."hyprshell/styles.css".source = lib.mkForce cssFile;
xdg.configFile."hyprshell/styles.css".backup = lib.mkForce false;
# Autostart (systemd user service)
systemd.user.services.hyprshell = {
Unit = {