nixfiles/users/lyes/default.nix

9 lines
67 B
Nix

{ ... }:
{
imports =
[
./common
./home
];
}