From 77df4c2a455eaed9b236876439fe04ffc418f048 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 17 Nov 2025 13:45:10 +0100 Subject: [PATCH] add comments to hyprland apps --- modules/wm/hyprland/default.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index b596857..904662f 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -29,18 +29,18 @@ in { security.polkit.enable = true; environment.systemPackages = with pkgs; [ - brightnessctl - hypridle - hyprlock - hyprpaper - hyprpicker - hyprpolkitagent - hyprshot - playerctl - pulsemixer - wl-clipboard - wofi - xdg-desktop-portal-hyprland + brightnessctl # Needed for brightness bindings + hypridle # Sleep + hyprlock # Lock + hyprpaper # Wallpaper + hyprpicker # RGB Picker + hyprpolkitagent # Authentication popup + hyprshot # Screenshot + playerctl # Media control + pulsemixer # Audio frontend + wl-clipboard # Clipboard + wofi # Launcher + xdg-desktop-portal-hyprland # XDG Portal (needed but idk why) ]; horseman.wm.hyprland.config = {