spotify: add spotify-tui
This commit is contained in:
parent
42db24fabb
commit
65172ef68f
@ -29,9 +29,15 @@
|
||||
"L /root/local - - - - /data/users/root"
|
||||
"L /home/jake/local - - - - /data/users/jake"
|
||||
|
||||
## Persistent SSH keys
|
||||
### Persistent SSH keys
|
||||
"L /home/jake/.ssh/id_rsa - - - - /data/users/jake/.ssh/id_rsa"
|
||||
"L /home/jake/.ssh/id_ecdsa - - - - /data/users/jake/.ssh/id_ecdsa"
|
||||
|
||||
### Persistent spotify-tui
|
||||
"d /home/jake/.config/ 0700 jake users 0 -"
|
||||
"d /home/jake/.config/spotify-tui/ 0700 jake users 0 -"
|
||||
"L /home/jake/.config/spotify-tui/.spotify_token_cache.json - - - - /data/users/jake/.config/spotify-tui/.spotify_token_cache.json"
|
||||
"L /home/jake/.config/spotify-tui/client.yml - - - - /data/users/jake/.config/spotify-tui/client.yml"
|
||||
];
|
||||
|
||||
## Persistent /etc/nixos
|
||||
|
@ -8,7 +8,9 @@
|
||||
};
|
||||
|
||||
config.hardware.pulseaudio.enable = true;
|
||||
|
||||
config.users.users.jake.extraGroups = [ "audio" ];
|
||||
config.users.users.jake.packages = with pkgs; [ spotify-tui ];
|
||||
|
||||
config.home-manager.users.jake.services.spotifyd = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user