!qol(restructure): heavy restructure
This commit is contained in:
12
hardwares/doloro/nixos.nix
Normal file
12
hardwares/doloro/nixos.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./disks.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
boot.loader.grub.useOSProber = lib.mkOverride 0 false;
|
||||
}
|
||||
Reference in New Issue
Block a user