1
0

chore: move desktop files

This commit is contained in:
kolaente
2024-02-08 14:53:56 +01:00
parent fd80176480
commit eaf072766c
15 changed files with 0 additions and 0 deletions

9
desktop/default.nix Normal file
View File

@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> {}
}:
pkgs.mkShell {
name="electron-dev";
buildInputs = [
pkgs.electron
];
}