Regenerated
This commit is contained in:
+7
-7
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user