updates
This commit is contained in:
parent
432ed2287c
commit
8643c8b23a
5 changed files with 50 additions and 30 deletions
|
@ -9,7 +9,6 @@
|
|||
shikane
|
||||
mpv
|
||||
gnome
|
||||
|
||||
hyprlock
|
||||
hypridle
|
||||
];
|
||||
|
@ -172,13 +171,15 @@
|
|||
};
|
||||
iconTheme = {
|
||||
name = "Colloid";
|
||||
package = pkgs.colloid-icon-theme;
|
||||
package = pkgs.colloid-icon-theme.override {
|
||||
colorVariants = [ "grey" ];
|
||||
schemeVariants = [ "nord" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk3";
|
||||
style = {
|
||||
package = pkgs.adwaita-qt;
|
||||
name = "adwaita-dark";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue