mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-04 04:43:37 +08:00
ob: cli and em
This commit is contained in:
parent
434202d1ed
commit
43b4ba7bdc
1 changed files with 5 additions and 1 deletions
|
|
@ -5,13 +5,17 @@ let
|
|||
myVault = "${config.home.homeDirectory}/Dropbox/Vault";
|
||||
in
|
||||
{
|
||||
home.sessionPath = [
|
||||
"/Applications/Obsidian.app/Contents/MacOS"
|
||||
];
|
||||
|
||||
imports = [
|
||||
inputs.emanote.homeManagerModule
|
||||
inputs.imako.homeManagerModules.imako
|
||||
];
|
||||
|
||||
services.emanote = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
notes = [ myVault ];
|
||||
port = 7001;
|
||||
package = inputs.emanote.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue