feat: add swaync, spotify, keyring
This commit is contained in:
parent
8f1e1ea06e
commit
4879c8321f
14 changed files with 561 additions and 4 deletions
9
users/gandalf/modules/spotify-player/spotify-player.nix
Normal file
9
users/gandalf/modules/spotify-player/spotify-player.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
spotify-player
|
||||
];
|
||||
|
||||
xdg.configFile."spotify-player/app.toml".source = ./app.toml;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue