Testing lib.mkForce

This commit is contained in:
2026-03-01 18:24:47 +01:00
parent db2b9e4a06
commit eb18a3628a
18 changed files with 944 additions and 1012 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# home/desktop/hyprshell.nix (Home-Manager module)
{ config, pkgs, lib, flakeRoot, ... }:
let
repoDir = flakeRoot + "/assets/conf/desktop/hypr/hyprshell";
repoDir = flakeRoot.outPath + "/assets/conf/desktop/hypr/hyprshell";
cfgRon = repoDir + "/config.ron";
cssFile = repoDir + "/styles.css";
in