This commit is contained in:
Till 2024-08-02 14:48:48 +02:00
parent 0f5574b2b5
commit e9bd788175
7 changed files with 30 additions and 16 deletions

View file

@ -67,6 +67,12 @@
programs.fish.enable = 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