Compare commits

..

No commits in common. "a379cfc4f400a64425d8ff0b50aa1c172a89ba1b" and "8b11ea82f0f88927430059f9d78796b595b82239" have entirely different histories.

2 changed files with 2 additions and 16 deletions

View file

@ -2,10 +2,7 @@
config.modules = { config.modules = {
application = { application = {
zathura.enable = true; zathura.enable = true;
foot = { foot.enable = true;
enable = true;
font-size = "10.5";
};
}; };
audio.cmus.enable = true; audio.cmus.enable = true;
cli = { cli = {

View file

@ -12,17 +12,6 @@ in
default = 2500; default = 2500;
description = "numbers of scrollback lines in history"; description = "numbers of scrollback lines in history";
}; };
font-family = mkOption {
type = types.str;
default = "Fira Code Nerd Font";
description = "font family used in Foot";
};
font-size = mkOption {
type = types.str;
default = "10";
description = "font size used in Foot";
};
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
@ -30,7 +19,7 @@ in
enable = true; enable = true;
settings = { settings = {
main = { main = {
font = "${cfg.font-family}:size=${cfg.font-size}"; font = "Fira Code Nerd Font Mono:size=10";
pad = "5x5 center"; pad = "5x5 center";
}; };
mouse = { mouse = {