From 745b72d6f5a44d320fff231b211139f63c17da34 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 20 Dec 2024 23:59:54 +0100 Subject: [PATCH] enable catppuccin sans home manager too --- nixos/shared/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/shared/default.nix b/nixos/shared/default.nix index 7d4e7a6..dafbe09 100644 --- a/nixos/shared/default.nix +++ b/nixos/shared/default.nix @@ -51,8 +51,9 @@ }; }; - # catppuccin.flavor = "macchiato"; - # catppuccin.enable = true; + catppuccin.flavor = "macchiato"; + catppuccin.enable = true; + catppuccin.plymouth.enable = false; # console.catppuccin.enable = true;