This commit is contained in:
Till 2026-01-23 11:09:06 +01:00
parent 415e3c1caf
commit 7f9c096123
11 changed files with 56 additions and 52 deletions

View file

@ -17,6 +17,12 @@
optimise.automatic = true;
};
environment.sessionVariables = {
XDG_CONFIG_HOME = "$HOME/.config";
XDG_CACHE_HOME = "$HOME/.cache";
XDG_DATA_HOME = "$HOME/.local/share";
};
environment.systemPackages = with pkgs; [
dig.dnsutils
file

View file

@ -26,14 +26,6 @@
pulse.enable = true;
};
# nixpkgs.config.allowUnfree = true;
environment.sessionVariables = {
XDG_CONFIG_HOME = "$HOME/.config";
XDG_CACHE_HOME = "$HOME/.cache";
XDG_DATA_HOME = "$HOME/.local/share";
};
environment.systemPackages = with pkgs; [
firefox
libreoffice