feat: updated hyprland binds

This commit is contained in:
Nick 2025-10-07 23:29:08 -05:00
parent 206415a6f7
commit ba2a1a8a3a
2 changed files with 39 additions and 16 deletions

View file

@ -2,6 +2,8 @@
flake,
config,
osConfig,
lib,
pkgs,
...
}:
let
@ -9,7 +11,14 @@ let
configPath = ./config;
configImports = {
animations = import (configPath + /animations.nix);
bind = import (configPath + /bind.nix) { inherit flake osConfig; };
bind = import (configPath + /bind.nix) {
inherit
flake
osConfig
lib
pkgs
;
};
bindm = import (configPath + /bindm.nix);
binds = import (configPath + /binds.nix);
# bindl = import (configPath + /bindl.nix);