refactor: support different pc/laptop configs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./mods
|
||||
./opts
|
||||
./workarounds
|
||||
];
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./kb-input.nix
|
||||
./kb-input
|
||||
];
|
||||
}
|
@@ -4,10 +4,10 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.mods.kb-input;
|
||||
cfg = config.opts.kb-input;
|
||||
in {
|
||||
options = {
|
||||
mods.kb-input = {
|
||||
opts.kb-input = {
|
||||
enable = lib.mkEnableOption "input method and custom keyboard layout";
|
||||
enableMinimak = lib.mkOption {
|
||||
type = lib.types.bool;
|
Reference in New Issue
Block a user