CrOS/modules/home/default.nix
2024-09-17 14:49:29 -04:00

5 lines
68 B
Nix

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