From 5876f2325d1977350bc6406deb86cecab0505f8d Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:42:40 +0000 Subject: nvidia stuff --- apps/spicetify.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/spicetify.nix (limited to 'apps') diff --git a/apps/spicetify.nix b/apps/spicetify.nix new file mode 100644 index 0000000..d215468 --- /dev/null +++ b/apps/spicetify.nix @@ -0,0 +1,20 @@ +{ pkgs, lib, spicetify-nix, ... }: + +{ + imports = [ spicetify-nix.homeManagerModule ]; + programs.spicetify = let + spicePkgs = spicetify-nix.legacyPackages.${pkgs.system}; + in { + # configure spicetify :) + enable = true; # this is the line that will cause spotify to get installed + theme = spicePkgs.themes.catppuccin-mocha; + colorScheme = "mauve"; + # enabledExtensions = with spicePkgs.extensions; [ + # # "playlistIcons.js" # only needed if not using dribbblish + # "fullAlbumDate.js" + # "showQueueDuration.js" + # "playNext.js" + # "shuffle+.js" + # ]; + } +} -- cgit v1.2.3