Spotifyd
This commit is contained in:
parent
20d733e16a
commit
d5b262b4fa
4 changed files with 46 additions and 12 deletions
16
odin/hm.nix
16
odin/hm.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, nixosConfig, ... }: {
|
||||
home = {
|
||||
language.base = "it_IT.UTF-8";
|
||||
keyboard = {
|
||||
|
|
@ -71,7 +71,19 @@
|
|||
];
|
||||
};
|
||||
|
||||
services = { gnome-keyring.enable = true; };
|
||||
services = {
|
||||
gnome-keyring.enable = true;
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
username = "filippoberto95";
|
||||
password_cmd = "cat ${nixosConfig.age.secrets.spotify_password.path}";
|
||||
use_keyring = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
xsession = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue