mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
vesktop: replace home.file with xdg.configFile (#575)
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
3190239337
commit
e3eb7fdf8d
1 changed files with 1 additions and 3 deletions
|
@ -9,8 +9,6 @@ in
|
|||
options.stylix.targets.vesktop.enable = config.lib.stylix.mkEnableTarget "Vesktop" true;
|
||||
|
||||
config = lib.mkIf (config.stylix.enable && config.stylix.targets.vesktop.enable) {
|
||||
home.file."${config.xdg.configHome}/vesktop/themes/stylix.theme.css" = {
|
||||
source = themeFile;
|
||||
};
|
||||
xdg.configFile."vesktop/themes/stylix.theme.css".source = themeFile;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue