mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add catppuccin
This commit is contained in:
parent
aa199a1608
commit
ad1b961c4c
3 changed files with 45 additions and 3 deletions
20
home.nix
20
home.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue