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:
parent
330af188b6
commit
350a70036a
3 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue