this is super awesome that the nix gives error about this
This commit is contained in:
parent
8c5a06346f
commit
bfeb05e5e3
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
desktopEnvironment = lib.mkOption {
|
desktopEnvironment = lib.mkOption {
|
||||||
type = lib.types.enum [
|
type = lib.types.enum [
|
||||||
"plasma"
|
"plasma"
|
||||||
|
"gnome"
|
||||||
"none"
|
"none"
|
||||||
];
|
];
|
||||||
default = "none";
|
default = "none";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue