Added TeamSpeak
This commit is contained in:
15
home/programs/media/spicetify.nix
Normal file
15
home/programs/media/spicetify.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, inputs } :
|
||||
{
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
];
|
||||
|
||||
programs.spicetify =
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user