feat: added function keys to hyprland binds

This commit is contained in:
Nick 2025-05-14 14:47:01 -05:00
parent 0f80c17f12
commit 22142974fb
2 changed files with 30 additions and 3 deletions

View file

@ -1,13 +1,14 @@
{
flake,
config,
osConfig,
...
}:
let
configPath = ./config;
configImports = {
animations = import (configPath + /animations.nix);
bind = import (configPath + /bind.nix);
bind = import (configPath + /bind.nix) { inherit flake osConfig; };
bindm = import (configPath + /bindm.nix);
binds = import (configPath + /binds.nix);
# bindl = import (configPath + /bindl.nix);