upgrade and fix emanote

This commit is contained in:
Sridhar Ratnakumar 2021-09-30 11:17:20 -04:00
parent 1b69389ce8
commit 01c7e49ed2
3 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,7 @@
{ pkgs, inputs, system, ... }:
let
emanote = inputs.emanote.outputs.defaultPackage.${system};
in
{
systemd.user.services.emanote = {
description = "Emanote ~/Documents/Notes";
@ -9,7 +12,7 @@
};
serviceConfig = {
Restart = "always";
ExecStart = "${emanote}/bin/emanote --layers /home/srid/Documents/Notes";
ExecStart = "${emanote}/bin/emanote -L /home/srid/Documents/Notes";
};
};
}

6
flake.lock generated
View file

@ -133,11 +133,11 @@
"windicss": "windicss"
},
"locked": {
"lastModified": 1632676737,
"narHash": "sha256-66fvPraTaTyMYLmJpnSg5p+OqjHkx6PQrMIYTPJQNfE=",
"lastModified": 1633014820,
"narHash": "sha256-tyA3WizQh0fbupXSDTZdZ0AyxG76RlvWfvNOE5s0kHU=",
"owner": "srid",
"repo": "emanote",
"rev": "b58ca8dee09522f4ad4ea61f5bc3485486854ba6",
"rev": "4137c0659dabb7dae32344ccbbc53dee70d561ab",
"type": "github"
},
"original": {

View file

@ -87,6 +87,7 @@
./hosts/thebeast.nix
[
./features/server/devserver.nix
./features/ema/emanote.nix
];
};