nixos/home-manager/modules/default.nix

6 lines
45 B
Nix
Raw Normal View History

2023-06-07 20:27:13 +02:00
{ ... }: {
imports = [
./common
];
}