restoring to latest 'valid' state
This commit is contained in:
parent
a79dccf55a
commit
34874dd592
6 changed files with 9 additions and 43 deletions
|
@ -1,18 +0,0 @@
|
|||
{ lib, user, config, ... }:
|
||||
{
|
||||
options = let
|
||||
inherit (lib) mkOption;
|
||||
in
|
||||
{
|
||||
kaas = mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
example = true;
|
||||
description = "";
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
modules.${user}.themes.enable = config.kaas;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue