mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: files force,,,
This commit is contained in:
parent
8ea560f504
commit
1d5c0a1d15
5 changed files with 49 additions and 16 deletions
|
|
@ -5,6 +5,9 @@
|
|||
}: let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
|
||||
in {
|
||||
programs.ncspot = {
|
||||
enable = true;
|
||||
};
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue