whoops
This commit is contained in:
parent
8fc758ddf7
commit
e0a04160cb
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ in
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.vimix-icon-theme;
|
package = pkgs.vimix-icon-theme;
|
||||||
name = "Vimix Ruby dark";
|
name = "Vimix Ruby Dark";
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
package = pkgs.catppuccin-cursors.mochaDark;
|
package = pkgs.catppuccin-cursors.mochaDark;
|
||||||
|
@ -81,7 +81,7 @@ in
|
||||||
package = pkgs.catppuccin-cursors.mochaDark;
|
package = pkgs.catppuccin-cursors.mochaDark;
|
||||||
};
|
};
|
||||||
gtk = {
|
gtk = {
|
||||||
theme.name = "vmix-dark-ruby";
|
theme.name = "vimix-dark-ruby";
|
||||||
iconTheme.name = "Vimix Ruby Dark";
|
iconTheme.name = "Vimix Ruby Dark";
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
|
Loading…
Reference in a new issue