summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/theme.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/theme.nix b/modules/home/theme.nix
index 630780e..b12f866 100644
--- a/modules/home/theme.nix
+++ b/modules/home/theme.nix
@@ -20,11 +20,11 @@
gtk = {
enable = true;
theme = lib.mkIf config.theme.mint.enable {
- package = pkgs.cinnamon.mint-themes;
+ package = pkgs.mint-themes;
name = "Mint-Y-${config.theme.mint.theme.color}";
};
iconTheme = lib.mkIf config.theme.mint.enable {
- package = pkgs.cinnamon.mint-y-icons;
+ package = pkgs.mint-y-icons;
name = "Mint-Y-${config.theme.mint.icons.color}";
};
font = {