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