use termite on other oses

This commit is contained in:
Cyryl Płotnicki 2020-04-19 12:47:21 +01:00
parent f0275365a5
commit ccc0c91fe7
3 changed files with 9 additions and 1 deletions

View file

@ -14,11 +14,15 @@ in
};
};
home.sessionVariables = {
TERMINAL="termite";
};
targets.genericLinux.enable = true;
home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3;
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-single-bat.toml;
imports = [
./home-common.nix
./programs/termite.nix
];
}

View file

@ -14,6 +14,10 @@ in
};
};
home.sessionVariables = {
TERMINAL="alacritty";
};
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-double-bat.toml;
imports = [

View file

@ -8,7 +8,7 @@
dynamicTitle = true;
mouseAutohide = true;
scrollOnKeystroke = false;
font = "Fira Code 12";
font = "Fira Code Nerd Font 12";
backgroundColor = "#002b36";
foregroundColor = "#839496";