remove nixos directory

This commit is contained in:
Noah Masur
2022-05-01 23:39:50 -04:00
parent 6cd892f67a
commit ec0b1c4e04
14 changed files with 42 additions and 1099 deletions

10
modules/editor/notes.nix Normal file
View File

@ -0,0 +1,10 @@
{ identity, ... }: {
home-manager.users.${identity.user} = {
home.sessionVariables = {
NOTES_PATH = "/home/${identity.user}/dev/personal/notes";
};
};
}