feat: move spicetify tp separate file
This commit is contained in:
@@ -50,16 +50,6 @@
|
||||
|
||||
nix.optimise.automatic = true;
|
||||
|
||||
programs.spicetify = let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in {
|
||||
enable = true;
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
adblock
|
||||
beautiful-lyrics
|
||||
];
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
system.primaryUser = "kirill";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user