Formatting Properly!

This commit is contained in:
Annika Merris 2024-05-11 21:48:53 -04:00
parent 8a8bc40c43
commit a953fe3a0b

View file

@ -76,7 +76,7 @@
nix-direnv.enable = true;
};
bash {
bash = {
enable = true;
};
vscode = {
@ -97,9 +97,10 @@
};
};
};
};
services.spotifyd = {
};
services.spotifyd = {
enable = true;
settings = {
global = {
@ -110,8 +111,8 @@ services.spotifyd = {
device_type = "computer";
};
};
};
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}