diff options
Diffstat (limited to 'srv')
| -rw-r--r-- | srv/hadante/configuration.nix | 7 | ||||
| -rw-r--r-- | srv/hadante/fuzzel.nix | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index 392c26f..4e9ab26 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -181,9 +181,10 @@ in }; home-manager.users.${config.user} = { - programs.kitty = { - enable = true; - }; + imports = [ + inputs.catppuccin.homeModules.catppuccin + ]; + home.file = let javas = { diff --git a/srv/hadante/fuzzel.nix b/srv/hadante/fuzzel.nix index 8b23e15..3cd438b 100644 --- a/srv/hadante/fuzzel.nix +++ b/srv/hadante/fuzzel.nix @@ -2,15 +2,13 @@ { home-manager.users.${config.user} = { programs.fuzzel.enable = true; + catppuccin.fuzzel.enable = true; programs.fuzzel.settings = { main = { font = "ComicShannsMono Nerd Font"; use-bold = true; fields = "name,categories"; }; - colors = { - background = "80232634"; - }; }; }; } |
