feat: add catppuccin

This commit is contained in:
Youwen Wu 2024-07-11 17:25:22 -07:00
parent aa199a1608
commit ad1b961c4c
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 45 additions and 3 deletions

View file

@ -110,7 +110,24 @@
lazygit
];
services.dunst.enable = true;
services.dunst = {
enable = true;
catppuccin.enable = true;
};
catppuccin = {
flavor = "macchiato";
};
programs.fzf = {
enable = true;
catppuccin.enable = true;
};
programs.rofi = {
enable = true;
catppuccin.enable = true;
};
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.settings = {
@ -490,6 +507,7 @@
vimAlias = true;
};
# This value determines the home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new home Manager release introduces backwards