make spicetify x86 only

This commit is contained in:
xqtc161 2024-04-11 20:36:58 +02:00
parent 6227b3417a
commit 38b08f6e80
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
./modules/home-pkgs.nix ./modules/home-pkgs.nix
./modules/git.nix ./modules/git.nix
./modules/rofi.nix ./modules/rofi.nix
# ./modules/spicetify.nix ./modules/spicetify.nix
#./modules/ssh.nix #./modules/ssh.nix
]; ];
home.username = "xqtc"; home.username = "xqtc";

View file

@ -8,7 +8,7 @@
in { in {
imports = [inputs.spicetify-nix.homeManagerModule]; imports = [inputs.spicetify-nix.homeManagerModule];
programs.spicetify = { programs.spicetify = lib.mkIf (pkgs.system == "x86_64-linux") {
enable = true; enable = true;
theme = spicePkgs.themes.catppuccin; theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha"; colorScheme = "mocha";