Add more Niri hotkeys
This commit is contained in:
parent
032439e4dc
commit
66300cae57
8 changed files with 29 additions and 37 deletions
|
@ -1,25 +1,5 @@
|
|||
{ lib, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
options.home = {
|
||||
sway.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Enable SwayWM";
|
||||
};
|
||||
|
||||
niri = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Enable SwayWM";
|
||||
};
|
||||
settings = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./niri
|
||||
./programs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue