add comments to hyprland apps
This commit is contained in:
parent
bac1431c80
commit
77df4c2a45
1 changed files with 12 additions and 12 deletions
|
|
@ -29,18 +29,18 @@ in {
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
brightnessctl
|
brightnessctl # Needed for brightness bindings
|
||||||
hypridle
|
hypridle # Sleep
|
||||||
hyprlock
|
hyprlock # Lock
|
||||||
hyprpaper
|
hyprpaper # Wallpaper
|
||||||
hyprpicker
|
hyprpicker # RGB Picker
|
||||||
hyprpolkitagent
|
hyprpolkitagent # Authentication popup
|
||||||
hyprshot
|
hyprshot # Screenshot
|
||||||
playerctl
|
playerctl # Media control
|
||||||
pulsemixer
|
pulsemixer # Audio frontend
|
||||||
wl-clipboard
|
wl-clipboard # Clipboard
|
||||||
wofi
|
wofi # Launcher
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland # XDG Portal (needed but idk why)
|
||||||
];
|
];
|
||||||
|
|
||||||
horseman.wm.hyprland.config = {
|
horseman.wm.hyprland.config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue