do not set terminal on non nixos
This commit is contained in:
parent
3210e4e13c
commit
dea25bec33
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue