stylix fix for vps
This commit is contained in:
@@ -15,6 +15,7 @@ let
|
||||
"pokemon-colorscripts"
|
||||
] null inputs.jawz-scripts.packages;
|
||||
shellType = if osConfig == null then preferredShell else osConfig.my.shell.type;
|
||||
stylixEnabled = if osConfig == null then false else lib.hasAttrByPath [ "my" "stylix" ] osConfig;
|
||||
commonInit =
|
||||
lib.optionalString (pokemon-colorscripts != null) ''
|
||||
${pokemon-colorscripts}/bin/pokemon-colorscripts -r --no-title
|
||||
@@ -29,8 +30,11 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = lib.optionals (osConfig != null) [
|
||||
imports =
|
||||
lib.optionals (osConfig != null) [
|
||||
./jawz-home.nix
|
||||
]
|
||||
++ lib.optionals stylixEnabled [
|
||||
./stylix-home.nix
|
||||
];
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
Reference in New Issue
Block a user