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