Add more Niri hotkeys

This commit is contained in:
Jimbo 2024-12-05 14:40:12 -05:00
parent 032439e4dc
commit 66300cae57
8 changed files with 29 additions and 37 deletions

View file

@ -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