13 lines
172 B
Nix
13 lines
172 B
Nix
{ pkgs, config, ...}:
|
|
{
|
|
imports = [
|
|
./fh
|
|
./graphical
|
|
./hardware
|
|
./nix
|
|
./services
|
|
./support
|
|
./tmpfs.nix
|
|
];
|
|
}
|