7 lines
72 B
Nix
7 lines
72 B
Nix
|
{ pkgs, home-manager, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./smallinux.nix
|
||
|
];
|
||
|
}
|