config option used wrong
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
let
|
let
|
||||||
cfg = config.modules.sw;
|
cfg = config.modules.sw;
|
||||||
in {
|
in {
|
||||||
config = lib.mkIf (cfg.enable && cfg.type == "kiosk") {
|
|
||||||
programs.dconf = {
|
programs.dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles.user = {
|
profiles.user = {
|
||||||
@@ -48,5 +47,4 @@ in {
|
|||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user