diff options
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 7f312ab..dc05207 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -88,6 +88,7 @@ XDG_BIN_HOME = "\${HOME}/.local/bin"; XDG_DATA_HOME = "\${HOME}/.local/share"; XDG_STATE_HOME = "\${HOME}/.local/state"; + XDG_DESKTOP_DIR = "\${HOME}/"; PATH = [ "\${XDG_BIN_HOME}" |