mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 17:52:36 +08:00
rm emanote service
This commit is contained in:
parent
09e3864568
commit
1a4ed160cc
1 changed files with 1 additions and 14 deletions
|
|
@ -12,6 +12,7 @@
|
|||
nodejs # Required for VSCode's webhint extension
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
emanote
|
||||
|
||||
# We must install Agda globally so that Doom-Emacs' agda config can
|
||||
# recognize it. It doesn't matter that our projects use Nix/direnv.
|
||||
|
|
@ -58,20 +59,6 @@
|
|||
};
|
||||
nixpkgs.config.allowBroken = true;
|
||||
|
||||
# TODO: Upstream to emanote
|
||||
# launchctl start org.nixos.emanote
|
||||
launchd.user.agents.emanote = {
|
||||
serviceConfig.ProgramArguments = [
|
||||
(lib.getExe inputs.emanote.packages.${system}.default)
|
||||
"-L"
|
||||
"/Users/${flake.config.people.myself}/Keybase/Notes"
|
||||
"run"
|
||||
"-p"
|
||||
"7000"
|
||||
];
|
||||
serviceConfig.RunAtLoad = true;
|
||||
};
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
# For home-manager to work.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue