mirror of
https://github.com/nix-community/home-manager
synced 2025-01-08 10:09:49 +01:00
spotifyd: user -> username
PR #1168
(cherry picked from commit 2d88cbe496
)
This commit is contained in:
parent
9b5133529e
commit
98fa8f63b8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in {
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
global = {
|
global = {
|
||||||
user = "Alex";
|
username = "Alex";
|
||||||
password = "foo";
|
password = "foo";
|
||||||
device_name = "nix";
|
device_name = "nix";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue