feat: stylix as a nixos module, replace bootloader with grub

This commit is contained in:
2025-12-17 23:11:34 -05:00
parent 1c4c5d1be6
commit 893030ef66
3 changed files with 88 additions and 1 deletions
+7
View File
@@ -4,4 +4,11 @@
./hardware-configuration.nix
../common/configuration.nix
];
boot.loader.grub = {
enable = true;
efiSupport = true;
device = "nodev";
useOSProber = true;
};
}