From b94f31157a8b7b5e842feff8f27b8e390e01c317 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 11 Aug 2024 20:51:49 -0400 Subject: [PATCH] mauville: update font, monitor res, and theme --- hosts/mauville/home.nix | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/hosts/mauville/home.nix b/hosts/mauville/home.nix index da971170..dc2b8d19 100644 --- a/hosts/mauville/home.nix +++ b/hosts/mauville/home.nix @@ -7,7 +7,7 @@ home-manager = { sharedModules = [ { - wayland.windowManager.sway.config.output = {"LG Electronics LG ULTRAWIDE 311NTAB5M720".scale = "1.25";}; + wayland.windowManager.sway.config.output = {"LG Electronics LG ULTRAWIDE 311NTAB5M720".scale = "1.0";}; xdg.userDirs.music = "/mnt/Media/Music"; ar.home = { @@ -17,16 +17,9 @@ }; theme = { - colors = lib.mkForce { - text = "#575279"; - background = "#fffaf3"; - primary = "#286983"; - secondary = "#ea9d34"; - inactive = "#393552"; - shadow = "#232136"; - }; - - darkMode = false; + monospaceFont.size = 14; + sansFont.size = 14; + serifFont.size = 14; }; }; }