Tryint To Add spotifyd And SOPS

This commit is contained in:
Annika Merris 2024-05-19 19:33:20 -04:00
parent dd3dc90fa3
commit cdf1c024c0
3 changed files with 58 additions and 0 deletions

View file

@ -54,6 +54,11 @@ inputs.nixpkgs.lib.nixosSystem {
# Theming?
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
};
# TODO: Temporary, remove eventually!
networking.networkmanager.enable = true;
@ -104,6 +109,7 @@ inputs.nixpkgs.lib.nixosSystem {
firefox.enable = true;
netbird.enable = true;
prusa-slicer.enable = true;
spotifyd.enable = true;
# Programming Stuff
nixpkgs-fmt.enable = true;
vscode.enable = true;