Remove unnecessary symlink

The applications path is already added to the necessary environment
variable, see: https://unix.stackexchange.com/questions/310666/nix-desktop-files/311645#311645
No need to do anything else on my end.

This is enabled due to "config.xdg.mime.enable".
This commit is contained in:
Daniel Siepmann 2022-08-15 08:50:49 +02:00
parent 42081fc2a9
commit 74b22e6e5b
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -20,6 +20,5 @@
tmpfiles.rules = [
"L ${config.home.homeDirectory}/.themes - - - - ${config.home.profileDirectory}/share/themes"
"L ${config.home.homeDirectory}/.icons/${config.gtk.iconTheme.name} - - - - ${config.home.profileDirectory}/share/icons/${config.gtk.iconTheme.name}"
"L ${config.home.homeDirectory}/.local/share/applications - - - - ${config.home.profileDirectory}/share/applications"
];
}