nix-config/modules2/hosts/t480/notes.nix
Oliver Davies ccbe21a5c4
All checks were successful
/ check (push) Successful in 1m36s
Move notes configuration
2025-07-25 22:06:37 +01:00

7 lines
153 B
Nix

{
flake.modules.homeManager.base =
{ config, ... }:
{
programs.notes.directory = "${config.xdg.userDirs.documents}/wiki/notes";
};
}