summary refs log tree commit diff
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* Mesonify buildVika2024-09-041-6/+35
| | | | | | | | This took a while and had me scratching my head often. But I managed to combine the best parts of Crane and Meson together, allowing me to have blazing fast Nix builds. This also adds initial scaffolding for gettext and other cool things.
* Bring in gettext and related toolsVika2024-08-281-3/+3
| | | | xtr is better at extracting translatables from Rust than xgettext is.
* Proper main menu iconVika2024-08-251-2/+8
|
* Fix librsvg not being added to the GDK_PIXBUF_LOADERS_PATH on NixOSVika2024-08-251-2/+2
|
* Add librsvgVika2024-08-221-2/+2
| | | | Apparently not having it means we won't have our icons.
* Send posts made in the post composerVika2024-08-201-2/+2
|
* Initial Nix & Cargo boilerplate for a Relm4 projectVika2024-08-191-0/+44