Regenerated
This commit is contained in:
+303
-304
File diff suppressed because it is too large
Load Diff
+3
-4
@@ -942,17 +942,16 @@ in
|
|||||||
pkgs.wofi
|
pkgs.wofi
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use flake-safe Home Manager user definition
|
home-manager.users = {
|
||||||
_module.args.hmUsers = {
|
|
||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/wofi/config" = {
|
".config/wofi/config" = {
|
||||||
source = "${assetPath}/config";
|
source = "${assetPath}/config";
|
||||||
force = true; # overwrite existing
|
force = true; # <-- allow overwrite
|
||||||
};
|
};
|
||||||
".config/wofi/style.css" = {
|
".config/wofi/style.css" = {
|
||||||
source = "${assetPath}/style.css";
|
source = "${assetPath}/style.css";
|
||||||
force = true; # overwrite existing
|
force = true; # <-- allow overwrite
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -11,17 +11,16 @@ in
|
|||||||
pkgs.wofi
|
pkgs.wofi
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use flake-safe Home Manager user definition
|
home-manager.users = {
|
||||||
_module.args.hmUsers = {
|
|
||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/wofi/config" = {
|
".config/wofi/config" = {
|
||||||
source = "${assetPath}/config";
|
source = "${assetPath}/config";
|
||||||
force = true; # overwrite existing
|
force = true; # <-- allow overwrite
|
||||||
};
|
};
|
||||||
".config/wofi/style.css" = {
|
".config/wofi/style.css" = {
|
||||||
source = "${assetPath}/style.css";
|
source = "${assetPath}/style.css";
|
||||||
force = true; # overwrite existing
|
force = true; # <-- allow overwrite
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user