0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

mint-themes: Move from cinnamon scope to top-level

This commit is contained in:
Bobby Rong 2024-07-17 21:24:55 +08:00
parent 330af188b6
commit 350a70036a
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -66,9 +66,9 @@ in
enable = mkDefault true;
# Taken from mint-artwork.gschema.override
theme = mkIf (notExcluded pkgs.cinnamon.mint-themes) {
theme = mkIf (notExcluded pkgs.mint-themes) {
name = mkDefault "Mint-Y-Aqua";
package = mkDefault pkgs.cinnamon.mint-themes;
package = mkDefault pkgs.mint-themes;
};
iconTheme = mkIf (notExcluded pkgs.mint-y-icons) {
name = mkDefault "Mint-Y-Sand";