mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
upgrade and fix emanote
This commit is contained in:
parent
1b69389ce8
commit
01c7e49ed2
3 changed files with 8 additions and 4 deletions
|
|
@ -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
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@
|
|||
./hosts/thebeast.nix
|
||||
[
|
||||
./features/server/devserver.nix
|
||||
./features/ema/emanote.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue