Regenerated

This commit is contained in:
2026-03-27 14:32:01 +00:00
parent 5ee725f0c5
commit 6ab7061dca
3 changed files with 309 additions and 312 deletions
@@ -11,17 +11,16 @@ in
pkgs.wofi
];
# Use flake-safe Home Manager user definition
_module.args.hmUsers = {
home-manager.users = {
${username} = {
home.file = {
".config/wofi/config" = {
source = "${assetPath}/config";
force = true; # overwrite existing
force = true; # <-- allow overwrite
};
".config/wofi/style.css" = {
source = "${assetPath}/style.css";
force = true; # overwrite existing
force = true; # <-- allow overwrite
};
};
};