Re-add variants and reorganize things
This commit is contained in:
parent
bf803d18a6
commit
8476bbde12
18 changed files with 136 additions and 83 deletions
13
os/boot/default.nix
Normal file
13
os/boot/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
device = "nodev"; # Don't install on MBR
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
../options.nix
|
||||
../common/frogarized
|
||||
./battery.nix
|
||||
./boot
|
||||
./ccc
|
||||
./common.nix
|
||||
./desktop.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue