1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: add spotify

This commit is contained in:
oddlama 2024-08-07 00:24:37 +02:00
parent 1aeef2283a
commit 554cbabdb2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -49,6 +49,7 @@
pkgs.gpu-screen-recorder
pkgs.gpu-screen-recorder-gtk
pkgs.orca-slicer
pkgs.spotify
];
# TODO wrap thunderbird bin and set LC_ALL=de_DE.UTF-8 because thunderbird uses wrong date and time formatting with C.UTF-8
@ -70,6 +71,7 @@
"Downloads" # config.xdg.userDirs.download (infinite recursion)
".local/share/invokeai"
".local/share/orca-slicer"
".cache/spotify"
];
persistence."/persist".directories = [
@ -77,11 +79,12 @@
"Pictures" # config.xdg.userDirs.pictures (infinite recursion)
"Videos" # This is where I store clips from gpu-screen-recorder-gtk
".config/AusweisApp"
".config/obsidian"
".config/gpu-screen-recorder"
".config/OrcaSlicer"
".config/gh"
".config/gh-dash"
".config/OrcaSlicer"
".config/gpu-screen-recorder"
".config/obsidian"
".config/spotify"
];
};