mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
hyprland: fixed lightdm using dark papirus theme
This commit is contained in:
parent
3cc31b379e
commit
790f20292f
|
@ -16,7 +16,7 @@
|
||||||
variant = "latte";
|
variant = "latte";
|
||||||
tweaks = [ "normal" ];
|
tweaks = [ "normal" ];
|
||||||
};
|
};
|
||||||
iconTheme.name = "Papirus-Dark";
|
iconTheme.name = "Papirus-Light";
|
||||||
iconTheme.package = pkgs.catppuccin-papirus-folders.override {
|
iconTheme.package = pkgs.catppuccin-papirus-folders.override {
|
||||||
flavor = "latte";
|
flavor = "latte";
|
||||||
accent = "green";
|
accent = "green";
|
||||||
|
|
Loading…
Reference in a new issue