Add custom options
This commit is contained in:
parent
3660fecc5d
commit
0b817139d3
4 changed files with 14 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
let
|
||||
home-manager = (import ../nix/sources.nix).home-manager;
|
||||
unstable = import <nixos-unstable> {};
|
||||
fontSize = hiDPI : if hiDPI then "FiraCode:size=14" else "FiraCode:size=8";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
@ -277,7 +278,7 @@ in
|
|||
settings = {
|
||||
main = {
|
||||
term = "xterm-256color";
|
||||
font = "FiraCode:size=14";
|
||||
font = fontSize config.my.highDPI;
|
||||
};
|
||||
scrollback = { lines = 100000; };
|
||||
colors = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue