Changes
3 changed files (+17/-5)
-
-
@@ -10,7 +10,7 @@ enable = lib.mkDefault true;font = { name = "Dank Mono"; size = 16; size = 15; }; # Kitty's customisability is top-notch.
-
@@ -33,9 +33,6 @@settings = { # Bell enable_audio_bell = false; # Background background_opacity = "0.9"; # Layouts enabled_layouts = "fat,tall,grid,horizontal,vertical,splits";
-
-
-
@@ -39,7 +39,7 @@home.stateVersion = "23.11"; # One of: "latte", "frappe", "macchiato", "mocha" themes.catppuccin.flavor = "mocha"; themes.catppuccin.flavor = module.themes.catppuccin.flavor or "mocha"; features = nixpkgs.lib.mkDefault { identity = {
-
@@ -138,6 +138,15 @@ mbp-m1 = mkHomeConfiguration {system = "aarch64-darwin"; module = { features.gui.enable = true; }; }; macmini-m1 = mkHomeConfiguration { system = "aarch64-darwin"; module = { features.gui.enable = true; themes.catppuccin.flavor = "latte"; }; }; };
-
-
-
@@ -424,6 +424,12 @@ head + tail;in { theme = "Catppuccin-${toCapital cfg.flavor}"; settings.background_opacity = if cfg.flavor == "latte" then "1.0" else "0.9"; }; programs.foot =
-