nix-config/modules2/notes/base.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
109 B
Nix

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