From ecb809ae63d0e4535e578c07c1f50f4920b76b17 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 10 Feb 2023 15:43:58 +0100 Subject: Hosts: Set XDG_DESKTOP_DIR to $HOME --- hosts/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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}" -- cgit 1.4.1