Move to Xonsh, add hypr scripts
This commit is contained in:
parent
7f324958a5
commit
ce9124c7ed
13 changed files with 224 additions and 48 deletions
18
programs/spotify/default.nix
Normal file
18
programs/spotify/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.spotifyd.enable = true;
|
||||
services.spotifyd.settings = {
|
||||
global = {
|
||||
username = "me@daltonlange.com";
|
||||
password = "5ThM^G3!FTfH6rH#cJEx";
|
||||
backend = "pulseaudio";
|
||||
device_name = "onizuka";
|
||||
bitrate = 320;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
spotify-tui # Spotify TUI player
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue