CrOS/modules/home/default.nix
2024-09-17 15:31:41 -04:00

5 lines
68 B
Nix

{ config, ... }: {
imports = [
./crow/home.nix
];
}