1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

spotifyd: user -> username

PR #1168
This commit is contained in:
Bruno Bigras 2020-04-17 16:18:33 -04:00 committed by Robert Helgesson
parent 8369624512
commit 2d88cbe496
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -21,7 +21,7 @@ in {
example = literalExample ''
{
global = {
user = "Alex";
username = "Alex";
password = "foo";
device_name = "nix";
};