Move hyprland keybind config into it's own file

This commit is contained in:
SebastianStork 2024-04-21 23:14:24 +02:00
parent d56f0ad920
commit 82e30a593b
3 changed files with 120 additions and 108 deletions

View file

@ -6,7 +6,10 @@
}: let
cfg = config.myConfig.de;
in {
imports = [./config.nix];
imports = [
./config.nix
./keybinds.nix
];
options.myConfig.de.hyprland.enable = lib.mkEnableOption "";