implementing home.file instead of xdg.config
This commit is contained in:
@@ -7,9 +7,9 @@ in
|
||||
home.packages = [ pkgs.hyprlock ];
|
||||
# Gebruik home.file voor echte bestanden (geen symlinks)
|
||||
home.file.".config/hypr/lock.png" = {
|
||||
source = lockPngSrc;
|
||||
source = lib.mkForce lockPngSrc;
|
||||
};
|
||||
home.file.".config/hypr/hyprlock.conf" = {
|
||||
source = hyprlockConf;
|
||||
source = lib.mkForce hyprlockConf;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user