mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 09:58:29 +02:00
home: remove declarative account configuration
This commit is contained in:
parent
e7a4594300
commit
b3329fd1a9
13 changed files with 53 additions and 334 deletions
|
@ -8,7 +8,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
username = config.accounts.email.accounts."gmail".address;
|
||||
username = "seifertrouven@gmail.com";
|
||||
password_cmd = "${pkgs.coreutils}/bin/cat ${config.age.secrets.spotify.path}";
|
||||
};
|
||||
backend = "pulseaudio";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue