the refactor continues!
This commit is contained in:
parent
db2103a37d
commit
90513a119c
21 changed files with 216 additions and 234 deletions
|
|
@ -6,6 +6,32 @@
|
|||
}:
|
||||
|
||||
{
|
||||
options = {
|
||||
keybinds = {
|
||||
modifier = lib.mkOption {
|
||||
default = "Meta";
|
||||
description = "modifier key";
|
||||
};
|
||||
hotkeys = {
|
||||
terminal = lib.mkOption {
|
||||
default = "Return";
|
||||
description = "terminal hotkey";
|
||||
};
|
||||
launcher = lib.mkOption {
|
||||
default = "D";
|
||||
description = "launcher hotkey";
|
||||
};
|
||||
browser = lib.mkOption {
|
||||
default = "O";
|
||||
description = "browser hotkey";
|
||||
};
|
||||
editor = lib.mkOption {
|
||||
default = "E";
|
||||
description = "editor hotkey";
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
./niri.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue