Add boot options
This commit is contained in:
parent
4c1e1f569d
commit
d7d493ddf2
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -4,6 +4,8 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./firefox.nix
|
||||
./fonts.nix
|
||||
./gdm.nix
|
||||
./hyprland.nix
|
||||
|
|
|
|||
Loading…
Reference in New Issue