9 lines
108 B
Nix
9 lines
108 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./pkgs/console-core.nix
|
|
];
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|