feat(obsidian): initial obsidian config
This commit is contained in:
parent
8fcda1a7e9
commit
a02ecc1f70
6 changed files with 48 additions and 2 deletions
11
home/modules/desktop/productivity/obsidian/default.nix
Normal file
11
home/modules/desktop/productivity/obsidian/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.homeModules.desktop.productivity.obsidian;
|
||||
in
|
||||
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [ obsidian ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue