nixos/common/console.nix

9 lines
108 B
Nix

{ config, ... }:
{
imports = [
./pkgs/console-core.nix
];
nixpkgs.config.allowUnfree = true;
}