7 lines
128 B
Nix
7 lines
128 B
Nix
{pkgs, lib, ...}: {
|
|
imports = [
|
|
./speccon18.nix
|
|
];
|
|
speccon18.enable = true;
|
|
speccon18.home_manager.enable = true;
|
|
}
|