feat: xdg variables

This commit is contained in:
2026-03-03 12:51:24 +01:00
parent 2811f20219
commit af310c237f
+7
View File
@@ -30,6 +30,13 @@
nixPath = lib.mapAttrsToList (n: _: "${n}=flake:${n}") flakeInputs;
};
environment.sessionVariables = {
XDG_CACHE_HOME = "$HOME/.cache";
XDG_CONFIG_HOME = "$HOME/.config";
XDG_DATA_HOME = "$HOME/.local/share";
XDG_STATE_HOME = "$HOME/.local/state";
};
environment.systemPackages = with pkgs; [
vim
wget