1
0
Fork 0

Simplify BROWSER variable

This commit is contained in:
Malte Brandy 2021-07-20 20:16:48 +02:00
parent 41ac50c92f
commit 8019df4836
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -184,7 +184,7 @@
];
sessionVariables = {
PATH = "$HOME/.nix-profile/bin:$PATH";
BROWSER = "${pkgs.firefox}/bin/firefox";
BROWSER = "firefox";
EMAIL = "malte.brandy@maralorn.de";
SUDO_ASKPASS = toString (
pkgs.writeShellScript "print-sudo-pw"