added notetaking tools
This commit is contained in:
parent
9804508d85
commit
a4da3bb687
2 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
./gdb
|
||||
./git
|
||||
./media
|
||||
./notes
|
||||
./shell
|
||||
./terminal
|
||||
./themes
|
||||
|
|
9
modules/system/home/notes/default.nix
Normal file
9
modules/system/home/notes/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
obsidian
|
||||
];
|
||||
|
||||
programs.pandoc = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue