try to fix env vars

This commit is contained in:
fleaz 2022-09-09 16:21:17 +02:00
parent 69d0dc5492
commit 1881a54fc0
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -33,6 +33,14 @@
# List packages installed in system profile. To search, run:
environment.systemPackages = with pkgs; [ vim wget curl git ];
environment.variables = {
EDITOR = "nvim";
PATH = "$PATH:/home/fleaz/bin";
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
};
networking.extraHosts = ''
'';
}