FIX environnement variables
This commit is contained in:
parent
b456186ced
commit
351a5ae776
|
@ -124,6 +124,7 @@
|
|||
source-code-pro
|
||||
source-sans-pro
|
||||
source-serif-pro
|
||||
iosevka
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -143,6 +144,15 @@
|
|||
|
||||
system.stateVersion = "21.05"; # Did you read the comment?
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "vim";
|
||||
BROWSER = "firefox";
|
||||
LESS = "--quit-if-one-screen --RAW-CONTROL-CHARS";
|
||||
TERMINAL = "xfce4-terminal";
|
||||
PRIVATE_BROWSER = "firefox -private";
|
||||
DEFAULT-WEB-BROWSER = "firefox";
|
||||
};
|
||||
|
||||
users = {
|
||||
users.ntp.group = "ntp";
|
||||
groups.ntp = {};
|
||||
|
|
Loading…
Reference in New Issue