diff --git a/modules/home/xdg.nix b/modules/home/xdg.nix index b882bb4..f0395cb 100644 --- a/modules/home/xdg.nix +++ b/modules/home/xdg.nix @@ -2,15 +2,6 @@ options.mods.xdg.enable = lib.mkEnableOption "enables xdg settings"; config = lib.mkIf config.mods.xdg.enable { - environment.sessionVariables = { - XDG_CACHE_HOME = "$HOME/.cache"; - XDG_CONFIG_DIRS = "/etc/xdg"; - XDG_CONFIG_HOME = "$HOME/.config"; - XDG_DATA_DIRS = "/usr/local/share/:/usr/share/"; - XDG_DATA_HOME = "$HOME/.local/share"; - XDG_STATE_HOME = "$HOME/.local/state"; - }; - xdg = let browser = [ "librewolf.desktop" ]; associations = {