From fae0b07957ab961965e8e557ced7d2233fea7eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 30 Oct 2024 12:36:46 +0100 Subject: [PATCH] Home Gen396 @ 2024-10-30-12:36 --- modules/home/hyprland/config.nix | 1 + modules/home/hyprland/hyprland.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 55a198b..0b048a6 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -59,6 +59,7 @@ ", XF86AudioMicMute, exec, ${pkgs.pulsemixer}/bin/pulsemixer --toggle-mute --id 1" ", XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl set +5%" ", XF86MonBrightnessDown, exec, ${pkgs.brightnessctl}/bin/brightnessctl set 5%-" + "$mod, 9, exec, ${pkgs.hyprlock}/bin/hyprlock" "$mod, 0, exec, ${pkgs.wlogout}/bin/wlogout" ] ++ ( diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index d806fe2..e6c3aaa 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -6,6 +6,7 @@ }; home.packages = with pkgs; [ + hyprlock wl-clipboard ];