diesdas
This commit is contained in:
parent
0f5574b2b5
commit
e9bd788175
7 changed files with 30 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue