Regenerated

This commit is contained in:
2026-03-25 13:03:48 +00:00
parent b2fd901f87
commit e4e93a9e82
2 changed files with 14 additions and 14 deletions
+7 -7
View File
@@ -718,7 +718,7 @@ let
value = { source = "${assetPath}/${f}"; }; value = { source = "${assetPath}/${f}"; };
}); });
# Optional stylix.conf contents # Optional stylix.conf
stylixConfFile = "${assetPath}/stylix.conf"; stylixConfFile = "${assetPath}/stylix.conf";
stylixConf = stylixConf =
if builtins.pathExists stylixConfFile if builtins.pathExists stylixConfFile
@@ -741,14 +741,14 @@ in
############################ ############################
# Home Manager user-level configuration # Home Manager user-level configuration
############################ ############################
# Follow the hyprland pattern to avoid "option does not exist"
_module.args.hmUsers = { _module.args.hmUsers = {
"${username}" = { "${username}" = {
# Merge all Stylix asset files into ~/.config/stylix/ # Merge all Stylix files + optional stylix.conf
home.file = lib.mkMerge stylixFiles; home.file = lib.mkMerge (
stylixFiles // {
# Include stylix.conf if it exists "${moduleName}/stylix.conf".text = stylixConf;
home.file."${moduleName}/stylix.conf".text = stylixConf; }
);
# Session variables for Stylix & cursors # Session variables for Stylix & cursors
home.sessionVariables = { home.sessionVariables = {
@@ -16,7 +16,7 @@ let
value = { source = "${assetPath}/${f}"; }; value = { source = "${assetPath}/${f}"; };
}); });
# Optional stylix.conf contents # Optional stylix.conf
stylixConfFile = "${assetPath}/stylix.conf"; stylixConfFile = "${assetPath}/stylix.conf";
stylixConf = stylixConf =
if builtins.pathExists stylixConfFile if builtins.pathExists stylixConfFile
@@ -39,14 +39,14 @@ in
############################ ############################
# Home Manager user-level configuration # Home Manager user-level configuration
############################ ############################
# Follow the hyprland pattern to avoid "option does not exist"
_module.args.hmUsers = { _module.args.hmUsers = {
"${username}" = { "${username}" = {
# Merge all Stylix asset files into ~/.config/stylix/ # Merge all Stylix files + optional stylix.conf
home.file = lib.mkMerge stylixFiles; home.file = lib.mkMerge (
stylixFiles // {
# Include stylix.conf if it exists "${moduleName}/stylix.conf".text = stylixConf;
home.file."${moduleName}/stylix.conf".text = stylixConf; }
);
# Session variables for Stylix & cursors # Session variables for Stylix & cursors
home.sessionVariables = { home.sessionVariables = {