Skip to content

Commit

Permalink
Replace plasma-workspace with xdg.configFile (#1)
Browse files Browse the repository at this point in the history
* Testing

* Testing

* Testing

* Testing

* Testing
  • Loading branch information
Jackaed committed Jun 10, 2024
1 parent 5386b7e commit dcee93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/kde/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ in {
platformTheme = "kde";
};

xdg.configFile."kdeglobals".text = "${formatConfig colorscheme}";

xdg.systemDirs.config = [ "${configPackage}" ];

# plasma-apply-wallpaperimage is necessary to change the wallpaper
Expand Down Expand Up @@ -266,8 +268,6 @@ in {
verboseEcho \
"plasma-apply-wallpaperimage: command not found"
fi
${pkgs.plasma-workspace}/bin/plasma-apply-lookandfeel --apply stylix
'';
};
}

0 comments on commit dcee93c

Please sign in to comment.