moving some stuff around
This commit is contained in:
parent
8a0ab71dae
commit
971d997920
2 changed files with 29 additions and 29 deletions
|
|
@ -9,7 +9,6 @@ let
|
|||
inherit (lib)
|
||||
mkOption
|
||||
types
|
||||
mkEnableOption
|
||||
mkIf
|
||||
mkMerge
|
||||
optionals
|
||||
|
|
@ -46,7 +45,11 @@ let
|
|||
in
|
||||
{
|
||||
options.ringofstorms.dePlasma = {
|
||||
enable = mkEnableOption "KDE Plasma desktop";
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = "Enable KDE Plasma DE.";
|
||||
};
|
||||
|
||||
wayland = mkOption {
|
||||
type = types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue