Regenerated

This commit is contained in:
2026-03-30 00:02:18 +00:00
parent 20b19e451c
commit c918e2942e
4 changed files with 294 additions and 294 deletions
@@ -24,7 +24,8 @@ in
{
environment.systemPackages = [ hyprlandPkg ];
_module.args.hmUsers = {
# Home Manager users declaration
home-manager.users = {
${username} = {
home.packages = [ hyprlandPkg ];
@@ -7,7 +7,6 @@ let
assetPath = "${flakeRoot}/generated/.config/${moduleName}";
assetFiles = builtins.attrNames (builtins.readDir assetPath);
# Same pattern as hyprland.nix (IMPORTANT)
stylixFiles = lib.genAttrs assetFiles (f: {
name = ".config/${moduleName}/${f}";
value = { source = "${assetPath}/${f}"; };