omarchy-nix: resoulte

This commit is contained in:
kenji
2025-12-12 11:11:39 -06:00
parent ced387584e
commit c148be1a99
6 changed files with 558 additions and 9 deletions
+6 -1
View File
@@ -11,6 +11,12 @@
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
};
limine = lib.mkIf (myConfig.nixos.Boot.mode == "limine") {
enable = true;
maxGenerations = 5;
};
systemd-boot = lib.mkIf (myConfig.nixos.Boot.mode == "systemd") {
enable = true;
# xbootldrMountPoint = "/boot";
@@ -26,7 +32,6 @@
device = "nodev";
useOSProber = true;
};
limine.maxGenerations = 5;
};
plymouth = {