chore: update flake

This commit is contained in:
Leon Schwarzäugl 2025-10-21 13:15:14 +02:00
parent e07b3c2b6e
commit fb37690bc0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 3088 additions and 887 deletions

View file

@ -16,7 +16,7 @@ in
programs.anki = {
enable = true;
package = pkgs.anki;
# # package = pkgs.anki;
hideBottomBar = true;
hideBottomBarMode = "always";
hideTopBar = true;
@ -27,6 +27,7 @@ in
sync = {
autoSync = false; # sync on profile close will delay system shutdown
syncMedia = true;
autoSyncMediaMinutes = 5;
url = "https://${globals.services.ankisync.domain}";
usernameFile = nixosConfig.sops.secrets.anki-user.path;
# this is not the password but the syncKey

View file

@ -81,8 +81,8 @@
# spotify
# vesktop # discord client
# nextcloud-client # enables a systemd service that I do not want
# element-desktop
# spotify-player
# element-desktop
nicotine-plus
stable.transmission_3

View file

@ -9,7 +9,7 @@ in
programs.spicetify = {
enable = true;
# spotifyPackage = pkgs.stable24_11.spotify;
spotifyPackage = pkgs.spotify;
spotifyPackage = pkgs.stable.spotify;
enabledExtensions = with spicePkgs.extensions; [
fullAppDisplay
shuffle