nix-config/modules2/notes/base.nix

8 lines
109 B
Nix
Raw Normal View History

2025-07-25 22:00:57 +01:00
{
flake.modules.homeManager.base =
{ pkgs, ... }:
{
home.packages = [ pkgs.notes ];
};
}