Clean up the flake packaging #5
Labels
No labels
bug
chore
CI/CD
Code Cleanup
duplicate
DX
enhancement
help wanted
invalid
packaging
question
UI
UX
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
waycasthq/waycast#5
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?
I first made the flake to package waycast when I was a noob to nix.
I think there's a cleaner way to package it so that all the overlay rigamaroll isn't needed.
The app install + home manager module should still work.
An easy way to test the packaging locally would also be appreciated as part of this project.
We also need to make sure that the flake adds a systemd service that runs
waycaston login so that the daemon starts and is kept running in the background.Another thing is the
xorg.packages have been moved to the root namespace so we need to update that into the flake too.