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;
|
targets.genericLinux.enable = true;
|
||||||
home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3;
|
home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3;
|
||||||
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-single-bat.toml;
|
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-single-bat.toml;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./home-common.nix
|
./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;
|
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-double-bat.toml;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
dynamicTitle = true;
|
dynamicTitle = true;
|
||||||
mouseAutohide = true;
|
mouseAutohide = true;
|
||||||
scrollOnKeystroke = false;
|
scrollOnKeystroke = false;
|
||||||
font = "Fira Code 12";
|
font = "Fira Code Nerd Font 12";
|
||||||
|
|
||||||
backgroundColor = "#002b36";
|
backgroundColor = "#002b36";
|
||||||
foregroundColor = "#839496";
|
foregroundColor = "#839496";
|
||||||
|
|
Loading…
Reference in a new issue