do not set terminal on non nixos

This commit is contained in:
Cyryl Płotnicki 2020-04-19 13:30:00 +01:00
parent 3210e4e13c
commit dea25bec33

View file

@ -4,7 +4,6 @@
home.sessionVariables = { home.sessionVariables = {
LC_ALL="en_GB.UTF-8"; LC_ALL="en_GB.UTF-8";
LANG="en_GB.UTF-8"; LANG="en_GB.UTF-8";
TERMINAL="alacritty";
CM_LAUNCHER="rofi"; CM_LAUNCHER="rofi";
PASSWORD_STORE_ENABLE_EXTENSIONS="true"; PASSWORD_STORE_ENABLE_EXTENSIONS="true";
}; };
@ -12,7 +11,10 @@
news.display = "show"; news.display = "show";
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.packages = with pkgs; [ nerdfonts ]; home.packages = with pkgs; [
nerdfonts
glibcLocales
];
imports = [ imports = [
./programs/tmux.nix ./programs/tmux.nix