Add custom options

This commit is contained in:
fleaz 2022-09-13 10:38:10 +02:00
parent 3660fecc5d
commit 0b817139d3
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
4 changed files with 14 additions and 2 deletions

View file

@ -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 = {