Go to file
kolaente 0ae5c6da5f
Add readme
2021-05-06 17:26:05 +02:00
desktop Package the frontend in electron 2021-05-06 17:23:51 +02:00
frontend Fix license 2021-05-06 16:31:33 +02:00
.gitignore cleanup 2021-05-06 12:17:24 +02:00
README.md Add readme 2021-05-06 17:26:05 +02:00

README.md

Vikunja Desktop for NixOS

This repo contains a collection .nix files to build the Vikunja frontend and the electron-based desktop app for NixOS systems.

Building locally

cd desktop
nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'