mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 15:10:11 -05:00
Formatting Properly!
This commit is contained in:
parent
8a8bc40c43
commit
a953fe3a0b
1 changed files with 32 additions and 31 deletions
|
|
@ -76,7 +76,7 @@
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
bash {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
vscode = {
|
vscode = {
|
||||||
|
|
@ -97,9 +97,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
services.spotifyd = {
|
};
|
||||||
|
|
||||||
|
services.spotifyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
|
|
@ -110,8 +111,8 @@ services.spotifyd = {
|
||||||
device_type = "computer";
|
device_type = "computer";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue