mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 02:40:14 +00:00
remove nixos directory
This commit is contained in:
10
modules/editor/notes.nix
Normal file
10
modules/editor/notes.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ identity, ... }: {
|
||||
home-manager.users.${identity.user} = {
|
||||
|
||||
home.sessionVariables = {
|
||||
NOTES_PATH = "/home/${identity.user}/dev/personal/notes";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user