me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

add media controls

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit f427c116 parent 8364e54d change-id vznwwwkt
+5
+5
hosts/common/home.nix
··· 127 127 "restart" 128 128 "quickshell.service" 129 129 ]; 130 + "XF86AudioPlay".action.spawn = ["playerctl" "play-pause"]; 131 + "XF86AudioStop".action.spawn = ["playerctl" "stop"]; 132 + "XF86AudioNext".action.spawn = ["playerctl" "next"]; 133 + "XF86AudioPrev".action.spawn = ["playerctl" "previous"]; 130 134 "XF86MonBrightnessDown".action.spawn = [ 131 135 "brightnessctl" 132 136 "set" ··· 338 342 swww # For setting wallpapers 339 343 cliphist # Clipboard history manager 340 344 pavucontrol # GUI for PulseAudio/PipeWire volume control 345 + playerctl # MPRIS media player control 341 346 fd 342 347 ripgrep 343 348 yazi # tui file browser