fix(hypr): Fixed wayland.windowManager.hyprland
not using hyprland input
This commit is contained in:
parent
f3d95b97b6
commit
63134d3675
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
extraConfig = builtins.readFile ./hyprland.conf;
|
||||
plugins = [inputs.hy3.packages.${pkgs.system}.hy3];
|
||||
};
|
||||
|
|
|
@ -225,6 +225,7 @@
|
|||
"locked": {
|
||||
"lastModified": 1728142617,
|
||||
"narHash": "sha256-ramJ6G9bKYuZshtYRc0olhtN89bP9i4BDhhTU0E0cLc=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "0ec6072a290051a03ab66cfb9bc616b2f5540e64",
|
||||
"revCount": 5298,
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue