Fix desktop file format in all desktop modules
- Remove incorrect 'applications:' prefix from desktop file names - All modules now use correct format (e.g., 'steam.desktop' not 'applications:steam.desktop') - Fixed modules: gaming.nix, office.nix, dev.nix, media.nix, dnm.nix - Modular Plasma pinning system now works correctly for all desktop modules - All 14 applications should now appear pinned after Plasma session restart
This commit is contained in:
parent
f6e63e555c
commit
8de6c0fc28
5 changed files with 10 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
# Add this module's pinned applications
|
||||
desktop.plasma.pinnedApps = [
|
||||
"applications:rustdesk.desktop" # Remote desktop client
|
||||
"rustdesk.desktop" # Remote desktop client
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
vlc # Media player
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue