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}"; };
});
# Optional stylix.conf contents
# Optional stylix.conf
stylixConfFile = "${assetPath}/stylix.conf";
stylixConf =
if builtins.pathExists stylixConfFile
@@ -741,14 +741,14 @@ in
############################
# Home Manager user-level configuration
############################
# Follow the hyprland pattern to avoid "option does not exist"
_module.args.hmUsers = {
"${username}" = {
# Merge all Stylix asset files into ~/.config/stylix/
home.file = lib.mkMerge stylixFiles;
# Include stylix.conf if it exists
home.file."${moduleName}/stylix.conf".text = stylixConf;
# Merge all Stylix files + optional stylix.conf
home.file = lib.mkMerge (
stylixFiles // {
"${moduleName}/stylix.conf".text = stylixConf;
}
);
# Session variables for Stylix & cursors
home.sessionVariables = {
@@ -16,7 +16,7 @@ let
value = { source = "${assetPath}/${f}"; };
});
# Optional stylix.conf contents
# Optional stylix.conf
stylixConfFile = "${assetPath}/stylix.conf";
stylixConf =
if builtins.pathExists stylixConfFile
@@ -39,14 +39,14 @@ in
############################
# Home Manager user-level configuration
############################
# Follow the hyprland pattern to avoid "option does not exist"
_module.args.hmUsers = {
"${username}" = {
# Merge all Stylix asset files into ~/.config/stylix/
home.file = lib.mkMerge stylixFiles;
# Include stylix.conf if it exists
home.file."${moduleName}/stylix.conf".text = stylixConf;
# Merge all Stylix files + optional stylix.conf
home.file = lib.mkMerge (
stylixFiles // {
"${moduleName}/stylix.conf".text = stylixConf;
}
);
# Session variables for Stylix & cursors
home.sessionVariables = {