Merge branch 'master' of github.com:yorickvp/yori-nix

auto-flake-update
Yorick van Pelt 2018-05-15 15:15:58 +02:00
commit e6f5c8fd41
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
{ config, lib, pkgs, ... }:
{
imports = [
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
./.
];
hardware.yorick = { cpu = "intel"; gpu = "intel"; laptop = true; };
hardware.enableRedistributableFirmware = true; # needed?
boot = {
loader = {
@ -40,7 +41,7 @@
];
nix.maxJobs = lib.mkDefault 4;
# bigger console font
i18n.consoleFont = "latarcyrheb-sun32";