mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
fix: gnome3 -> gnome
This commit is contained in:
@@ -45,11 +45,11 @@ rec {
|
|||||||
theme = pkgs: {
|
theme = pkgs: {
|
||||||
gtk = {
|
gtk = {
|
||||||
name = "Adwaita-dark";
|
name = "Adwaita-dark";
|
||||||
package = pkgs.gnome3.gnome-themes-extra;
|
package = pkgs.gnome.gnome-themes-extra;
|
||||||
};
|
};
|
||||||
icon = {
|
icon = {
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
package = pkgs.gnome3.adwaita-icon-theme;
|
package = pkgs.gnome.adwaita-icon-theme;
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
name = "capitaine-cursors-white";
|
name = "capitaine-cursors-white";
|
||||||
|
|||||||
Reference in New Issue
Block a user