use termite on other oses
This commit is contained in:
parent
f0275365a5
commit
ccc0c91fe7
3 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
dynamicTitle = true;
|
||||
mouseAutohide = true;
|
||||
scrollOnKeystroke = false;
|
||||
font = "Fira Code 12";
|
||||
font = "Fira Code Nerd Font 12";
|
||||
|
||||
backgroundColor = "#002b36";
|
||||
foregroundColor = "#839496";
|
||||
|
|
Loading…
Reference in a new issue