executable desktop items

This commit is contained in:
DavHau 2024-05-02 15:14:35 +02:00
parent b99cce13da
commit c703884f5b
2 changed files with 5 additions and 4 deletions

View File

@ -12,11 +12,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1713339954,
"narHash": "sha256-FA2Be/Lm6IwC8/PkQunID3dZuWsBBguWaNtWVES3GeE=",
"lastModified": 1714655592,
"narHash": "sha256-zbW6XOpPcuiAxlHO8MCMbUtK63aJxstwFxqtSmLTe5s=",
"ref": "refs/heads/main",
"rev": "0dde75829644db3fa5320800f9019793ccbd3b71",
"revCount": 2589,
"rev": "853d8221c0a0886e1e0455f97083ce3ace3e8838",
"revCount": 2663,
"type": "git",
"url": "https://git.clan.lol/clan/clan-core"
},

View File

@ -51,6 +51,7 @@
cp --no-preserve=mode -t $HOME/Desktop/ $pkg/share/applications/*.desktop
fi
done
chmod +x $HOME/Desktop/*.desktop
'';
deps = [];
};