mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 16:10:32 +01:00
make spicetify x86 only
This commit is contained in:
parent
6227b3417a
commit
38b08f6e80
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue