refactor: cleanup

This commit is contained in:
Rouven Seifert 2023-12-29 19:47:57 +01:00
parent 3aa45471d8
commit ec6fefe59c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 13 additions and 66 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
home.packages = [ pkgs.spotify-tui ];
home.packages = with pkgs;[ spotify spotify-tui ];
age.secrets.spotify = {
file = ../../../../secrets/rouven/spotify.age;
};