FIX environnement variables

alacritty
Alexandre LUCAZEAU 2022-09-14 20:08:11 +02:00
parent b456186ced
commit 351a5ae776
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
1 changed files with 10 additions and 0 deletions

View File

@ -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 = {};