feat: Disable spotifyd
This commit is contained in:
parent
da14bf6c2f
commit
b9908209c8
6 changed files with 1 additions and 60 deletions
|
|
@ -12,7 +12,6 @@ in
|
|||
./helix.nix
|
||||
./cliphist.nix
|
||||
./zulip.nix
|
||||
./spotifyd.nix
|
||||
./nautilus.nix
|
||||
./neovim-nightly.nix
|
||||
./vim.nix
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
spotifyd = outputs.packages.${system}.spotifyd';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue