System Gen106 @ 2025-10-02-00:13:31 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-10-02 00:13:32 +02:00
parent 0f22dabdfe
commit 79ded2c46c
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
}; };
sops.secrets.spotifyShortcutsClientSecret = { sops.secrets.spotifyShortcutsClientSecret = {
sopsFile = ../../secrets/spotify-shortcuts.yaml; sopsFile = ../../secrets/spotify-shortcuts.yaml;
key = "clientSecret";
}; };
# Users # Users

View File

@ -69,6 +69,6 @@ in {
hive.transcode-davinci-resolve hive.transcode-davinci-resolve
kdePackages.kdenlive kdePackages.kdenlive
] ]
++ lib.optional cfg.daws bitwig-studio6-latest; ++ lib.optional cfg.daws bitwig-studio-latest;
}; };
} }