mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
Learn from jwiegley
This commit is contained in:
@@ -33,8 +33,8 @@ in {
|
||||
};
|
||||
|
||||
theme = mapAttrs (const themeOption) {
|
||||
gtk = { name = "Breeze-Dark"; package = pkgs.breeze-gtk; };
|
||||
icon = { name = "Adwaita"; package = pkgs.gnome3.adwaita-icon-theme; };
|
||||
gtk = { name = "Arc"; package = pkgs.arc-theme; };
|
||||
icon = { name = "Arc"; package = pkgs.arc-icon-theme; };
|
||||
cursor = { name = "capitaine-cursors"; package = pkgs.capitaine-cursors; };
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user