nix-config/modules/hosts/t480/notes.nix

8 lines
153 B
Nix
Raw Normal View History

2025-07-25 22:00:57 +01:00
{
flake.modules.homeManager.base =
{ config, ... }:
{
programs.notes.directory = "${config.xdg.userDirs.documents}/wiki/notes";
};
}