try to fix env vars
This commit is contained in:
parent
69d0dc5492
commit
1881a54fc0
|
@ -33,6 +33,14 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
environment.systemPackages = with pkgs; [ vim wget curl git ];
|
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 = ''
|
networking.extraHosts = ''
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue