working
This commit is contained in:
parent
415e3c1caf
commit
7f9c096123
11 changed files with 56 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue