feat: stylix as a nixos module, replace bootloader with grub
This commit is contained in:
@@ -4,4 +4,11 @@
|
||||
./hardware-configuration.nix
|
||||
../common/configuration.nix
|
||||
];
|
||||
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
useOSProber = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user