mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
feat: updated hyprland binds
This commit is contained in:
parent
206415a6f7
commit
ba2a1a8a3a
2 changed files with 39 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue