fix typo
This commit is contained in:
parent
a33a9e6038
commit
8e5840209b
|
@ -4,7 +4,7 @@ let
|
||||||
cfg = config.modules.desktop.xmonad;
|
cfg = config.modules.desktop.xmonad;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.desktop.xmoad = {
|
options.modules.desktop.xmonad = {
|
||||||
enable = mkEnableOption false;
|
enable = mkEnableOption false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue