nix/host/laptop/default.nix

6 lines
54 B
Nix

{ lib, ... }: {
imports = [
./Filesystem.nix
];
}