Spotifyd
This commit is contained in:
parent
d5b262b4fa
commit
4913d01060
3 changed files with 14 additions and 14 deletions
17
odin/hm.nix
17
odin/hm.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, nixosConfig, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
home = {
|
||||
language.base = "it_IT.UTF-8";
|
||||
keyboard = {
|
||||
|
|
@ -71,19 +71,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
gnome-keyring.enable = true;
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
username = "filippoberto95";
|
||||
password_cmd = "cat ${nixosConfig.age.secrets.spotify_password.path}";
|
||||
use_keyring = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
services = { gnome-keyring.enable = true; };
|
||||
|
||||
xsession = {
|
||||
enable = true;
|
||||
|
|
@ -150,6 +138,7 @@
|
|||
../hm_modules/rofi.nix
|
||||
# ../hm_modules/screen_locker.nix
|
||||
# ../hm_modules/security.nix
|
||||
../hm_modules/spotifyd.nix
|
||||
../hm_modules/sxhkd.nix
|
||||
../hm_modules/syncthing.nix
|
||||
../hm_modules/terminator.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue