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
|
./gdb
|
||||||
./git
|
./git
|
||||||
./media
|
./media
|
||||||
|
./notes
|
||||||
./shell
|
./shell
|
||||||
./terminal
|
./terminal
|
||||||
./themes
|
./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