new gtk theme
This commit is contained in:
parent
826dd5d4b7
commit
f59311f548
2 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,7 @@ in
|
|||
# gtk
|
||||
vimix-gtk-themes
|
||||
vimix-icon-theme
|
||||
fluent-gtk-theme
|
||||
lxappearance
|
||||
catppuccin-cursors.mochaDark
|
||||
# screenshot
|
||||
|
|
|
@ -21,6 +21,11 @@
|
|||
vimix-gtk-themes = prev.vimix-gtk-themes.override {
|
||||
themeVariants = ["ruby"];
|
||||
};
|
||||
fluent-gtk-theme = prev.fluent-gtk-theme.override {
|
||||
colorVariants = [ "dark" ];
|
||||
themeVariants = [ "red" ];
|
||||
tweaks = [ "square" ];
|
||||
};
|
||||
dwm = prev.dwm.overrideAttrs (old: {
|
||||
src = ../config/dwm;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue