mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
spotify: remove electron app
This commit is contained in:
parent
2df8d36f2f
commit
6a4e9cced8
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs;[ spotify spotify-tui ];
|
||||
home.packages = with pkgs;[ spotify-tui ];
|
||||
age.secrets.spotify = {
|
||||
file = ../../../../secrets/rouven/spotify.age;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue