try to make grub settings a custom option

This commit is contained in:
smayzy
2025-07-04 15:49:11 +02:00
parent f149f12bf7
commit 95f71801e0
3 changed files with 21 additions and 8 deletions
-2
View File
@@ -9,8 +9,6 @@
../../modules/nix/virt.nix
];
boot.loader.efi.canTouchEfiVariables = true;
home-manager = {
extraSpecialArgs = { inherit inputs; };
users = {
+1 -1
View File
@@ -7,7 +7,7 @@
./hardware-configuration.nix
];
boot.loader.grub.efiInstallAsRemovable = true;
smayzy.grub-on-lap = true;
home-manager = {
extraSpecialArgs = { inherit inputs; };