mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 08:51:54 -05:00
home/gnome: remove option
This commit is contained in:
parent
897035b967
commit
442e130e4b
|
@ -107,12 +107,6 @@ in {
|
|||
};
|
||||
|
||||
desktop = {
|
||||
gnome.enable = lib.mkOption {
|
||||
description = "GNOME with sane defaults.";
|
||||
default = osConfig.ar.desktop.gnome.enable;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
enable = lib.mkOption {
|
||||
description = "Hyprland with full desktop session components.";
|
||||
|
|
Loading…
Reference in a new issue