This commit is contained in:
Hadi
2024-06-14 14:20:06 +02:00
parent cf99fa5687
commit ea15e4fa98
4 changed files with 33 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, hyprland, ... }: {
{ pkgs, config, inputs, ... }: {
imports = [ ./hyprlock.nix ./hypridle.nix ./hyprpaper.nix ];
@@ -26,7 +26,7 @@
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
package = hyprland.packages."${pkgs.system}".hyprland;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
settings = {
"$mod" = "SUPER";