mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
spotifyd: user -> username
PR #1168
(cherry picked from commit 2d88cbe496)
This commit is contained in:
committed by
Robert Helgesson
parent
9b5133529e
commit
98fa8f63b8
@@ -21,7 +21,7 @@ in {
|
||||
example = literalExample ''
|
||||
{
|
||||
global = {
|
||||
user = "Alex";
|
||||
username = "Alex";
|
||||
password = "foo";
|
||||
device_name = "nix";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user