h
This commit is contained in:
parent
adb4d2c66e
commit
d6991f1c75
1 changed files with 3 additions and 0 deletions
|
@ -27,12 +27,15 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "vimix-dark-ruby";
|
name = "vimix-dark-ruby";
|
||||||
|
package = pkgs.vimix-gtk-themes;
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Vimix Ruby Dark";
|
name = "Vimix Ruby Dark";
|
||||||
|
package = pkgs.vimix-icon-theme;
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
name = "Catppuccin-Mocha-Dark";
|
name = "Catppuccin-Mocha-Dark";
|
||||||
|
package = pkgs.catppuccin-cursors.mochaDark;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue