mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #210] Desktop file not installed when using as home manager module #99
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @istudyatuni on GitHub (Oct 3, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/210
Basically the title
File exists (in cloned repo, I guess), but it's not linked anywhere
@feschber commented on GitHub (Oct 5, 2024):
I'm not too familiar with NixOS but isn't homemanager responsible for config files rather than the package itself?
I think the desktop file should be installed via the package, however I'm not sure whether or not that is the case atm.
@PedroHLC @ICE-GB can you comment on this?
@PedroHLC commented on GitHub (Oct 5, 2024):
It needs a
xdg.desktopEntries.lan-mousearound here:ab1b45ff45/nix/hm-module.nix (L78)Or the package should install an
$out/share/applications. And then be added to some place that affects XDG_DATA_DIRS, like home.packages or systemPackages@ICE-GB commented on GitHub (Oct 6, 2024):
Sorry, I have been using services. It should be fine now.