catpuccin cursors
This commit is contained in:
parent
d62e6bd2c5
commit
1c0cdfc8e0
2 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,7 @@ in
|
||||||
vimix-gtk-themes
|
vimix-gtk-themes
|
||||||
vimix-icon-theme
|
vimix-icon-theme
|
||||||
lxappearance
|
lxappearance
|
||||||
|
catppuccin-cursors
|
||||||
# screen shot (s)
|
# screen shot (s)
|
||||||
flameshot
|
flameshot
|
||||||
];
|
];
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
vimix-gtk-themes = prev.vimix-gtk-themes.override {
|
vimix-gtk-themes = prev.vimix-gtk-themes.override {
|
||||||
themeVariants = [ "ruby" ];
|
themeVariants = [ "ruby" ];
|
||||||
};
|
};
|
||||||
|
catppuccin-cursors = prev.catppuccin-cursors.override {
|
||||||
|
palette = [ "Mocha" ];
|
||||||
|
color = [ "Dark" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
||||||
|
|
Loading…
Reference in a new issue