Improve xdg desktop situation

Do not install package which won't work anyway.
Get out of the way for existing apt installed version.
Symlink whole applications folder to not update after each run.
This commit is contained in:
Daniel Siepmann 2022-03-11 11:50:38 +01:00
parent b3fa907571
commit fb03129a0a
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 6 additions and 1 deletions

View file

@ -87,7 +87,8 @@
# Media
pkgs.vlc
pkgs.yt-dlp
pkgs.sound-juicer
# Does not work for some reason, need installed via apt
# pkgs.sound-juicer
pkgs.audacity
pkgs.ffmpeg
pkgs.python39Packages.mutagen

View file

@ -78,6 +78,10 @@ List of manual needed changes for various reasons.
cd ~/.local/share/applications && ln -s ~/.nix-profile/share/applications/* .
Or link whole folder:
cd ~/.local/share && ln -s ~/.nix-profile/share/applications
Todos
-----