aboutsummaryrefslogtreecommitdiff
path: root/modules/boot/options.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 17:03:20 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 17:14:14 +0000
commit82ec91b4d2c253c6ccb783f960a2788f230d6ad1 (patch)
tree94dad925340787e5a045d9bb0d094f71dedce036 /modules/boot/options.nix
parentcfe198ee85f3c5ee41f4221f49b73dd492b42fdc (diff)
start avoiding lib.enum; start using hjem generators
Diffstat (limited to 'modules/boot/options.nix')
-rw-r--r--modules/boot/options.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/boot/options.nix b/modules/boot/options.nix
index c040032..dc6d3b3 100644
--- a/modules/boot/options.nix
+++ b/modules/boot/options.nix
@@ -7,9 +7,7 @@
in {
options = {
collinux.boot = {
- bootloader = mkOption {
- type = types.enum ["grub" "systemd-boot"];
- };
+ systemd-boot.enable = mkEnableOption "systemd-boot";
plymouth = {
enable = mkEnableOption "plymouth bootsplash";
theme = mkOption {