summaryrefslogtreecommitdiff
path: root/apps/spicetify.nix
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-11-20 15:59:03 +0000
committerGitHub <noreply@github.com>2024-11-20 15:59:03 +0000
commit1a21a3ce7a7bf603cd13b4c59a3049bab4855485 (patch)
tree71e9041bc11cb0b9bb18625b32be40aa4696c8a6 /apps/spicetify.nix
parentafdf322037c4cf16f9f6902d5decf4414a7d78de (diff)
update nixvim config
Diffstat (limited to 'apps/spicetify.nix')
-rw-r--r--apps/spicetify.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/spicetify.nix b/apps/spicetify.nix
index b1a0965..4177b47 100644
--- a/apps/spicetify.nix
+++ b/apps/spicetify.nix
@@ -12,9 +12,9 @@
enabledExtensions = with spicePkgs.extensions; [
adblock
hidePodcasts
- shuffle # shuffle+ (special characters are sanitized out of extension names)
+ # shuffle # shuffle+ (special characters are sanitized out of extension names)
];
theme = spicePkgs.themes.starryNight;
- # colorScheme = "mocha";
+ # colorScheme = "";
};
}