home/gnome: remove option

This commit is contained in:
Aly Raffauf 2024-07-28 13:56:56 -04:00
parent 897035b967
commit 442e130e4b

View file

@ -107,12 +107,6 @@ in {
}; };
desktop = { desktop = {
gnome.enable = lib.mkOption {
description = "GNOME with sane defaults.";
default = osConfig.ar.desktop.gnome.enable;
type = lib.types.bool;
};
hyprland = { hyprland = {
enable = lib.mkOption { enable = lib.mkOption {
description = "Hyprland with full desktop session components."; description = "Hyprland with full desktop session components.";