{ flake.modules.homeManager.base = { pkgs, ... }: { home.packages = [ pkgs.notes ]; }; }