mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add spotify
This commit is contained in:
parent
1aeef2283a
commit
554cbabdb2
1 changed files with 6 additions and 3 deletions
|
@ -49,6 +49,7 @@
|
||||||
pkgs.gpu-screen-recorder
|
pkgs.gpu-screen-recorder
|
||||||
pkgs.gpu-screen-recorder-gtk
|
pkgs.gpu-screen-recorder-gtk
|
||||||
pkgs.orca-slicer
|
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
|
# 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)
|
"Downloads" # config.xdg.userDirs.download (infinite recursion)
|
||||||
".local/share/invokeai"
|
".local/share/invokeai"
|
||||||
".local/share/orca-slicer"
|
".local/share/orca-slicer"
|
||||||
|
".cache/spotify"
|
||||||
];
|
];
|
||||||
|
|
||||||
persistence."/persist".directories = [
|
persistence."/persist".directories = [
|
||||||
|
@ -77,11 +79,12 @@
|
||||||
"Pictures" # config.xdg.userDirs.pictures (infinite recursion)
|
"Pictures" # config.xdg.userDirs.pictures (infinite recursion)
|
||||||
"Videos" # This is where I store clips from gpu-screen-recorder-gtk
|
"Videos" # This is where I store clips from gpu-screen-recorder-gtk
|
||||||
".config/AusweisApp"
|
".config/AusweisApp"
|
||||||
".config/obsidian"
|
".config/OrcaSlicer"
|
||||||
".config/gpu-screen-recorder"
|
|
||||||
".config/gh"
|
".config/gh"
|
||||||
".config/gh-dash"
|
".config/gh-dash"
|
||||||
".config/OrcaSlicer"
|
".config/gpu-screen-recorder"
|
||||||
|
".config/obsidian"
|
||||||
|
".config/spotify"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue