mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 01:18:29 +02:00
refactor: cleanup
This commit is contained in:
parent
3aa45471d8
commit
ec6fefe59c
9 changed files with 13 additions and 66 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue