Skip to content

Instantly share code, notes, and snippets.

@Slabity
Created March 20, 2019 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Slabity/b7cc4114959e76ddce911b62f6eba3e5 to your computer and use it in GitHub Desktop.
Save Slabity/b7cc4114959e76ddce911b62f6eba3e5 to your computer and use it in GitHub Desktop.
{config, pkgs, ...}:
{
imports = [
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix>
<nixpkgs/nixos/modules/installer/cd-dvd/channel.nix>
];
nixpkgs.overlays = [
(self: super: { inherit (super.pkgsi686Linux) grub2_efi; })
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment