nixos-combined-flake/modules/home-manager/base/default.nix

7 lines
59 B
Nix

_: {
imports = [
./news.nix
./nixpkgs.nix
];
}