improve home-manager catppuccin
This commit is contained in:
parent
4f15e4623c
commit
6693299535
4 changed files with 52 additions and 19 deletions
|
|
@ -6,6 +6,26 @@
|
|||
flavor = "mocha";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
catppuccin-cursors.latteDark
|
||||
catppuccin-cursors.latteLight
|
||||
catppuccin-cursors.latteBlue
|
||||
catppuccin-cursors.mochaDark
|
||||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaBlue
|
||||
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"blue"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
programs.plasma = {
|
||||
workspace = {
|
||||
colorScheme = "CatppuccinMochaBlue";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue