mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Move hyprland keybind config into it's own file
This commit is contained in:
parent
d56f0ad920
commit
82e30a593b
3 changed files with 120 additions and 108 deletions
|
|
@ -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 "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue