Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
nixos/plasma6: add kdedefaults to XDG_CONFIG_PATH
Browse files Browse the repository at this point in the history
Our /etc/set-environment overrides XDG_CONFIG_DIRS. Maybe it shouldn't?
  • Loading branch information
K900 committed Jan 19, 2024
1 parent 32dbd90 commit b8df913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/services/x11/desktop-managers/plasma6.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ in {

environment.etc."X11/xkb".source = xcfg.xkb.dir;

# Add ~/.config/kdedefaults to XDG_CONFIG_DIRS for shells, since Plasma sets that.
# FIXME: maybe we should append to XDG_CONFIG_DIRS in /etc/set-environment instead?
environment.sessionVariables.XDG_CONFIG_DIRS = ["$HOME/.config/kdedefaults"];

# Needed for things that depend on other store.kde.org packages to install correctly,
# notably Plasma look-and-feel packages (a.k.a. Global Themes)
#
Expand Down

0 comments on commit b8df913

Please sign in to comment.