alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add media controls
author
Sean Aye
date
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
f427c116
f427c1168d013c84296b1ae5cd02e41688ec6dc0
parent
8364e54d
8364e54d75fb0855e22053755989c4e906e77cde
change-id
vznwwwkt
vznwwwktyzrynpumovpvsplytzruuovm
+5
1 changed file
Expand all
Collapse all
Unified
Split
hosts
common
home.nix
+5
hosts/common/home.nix
Reviewed
···
127
127
"restart"
128
128
"quickshell.service"
129
129
];
130
130
+
"XF86AudioPlay".action.spawn = ["playerctl" "play-pause"];
131
131
+
"XF86AudioStop".action.spawn = ["playerctl" "stop"];
132
132
+
"XF86AudioNext".action.spawn = ["playerctl" "next"];
133
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
345
+
playerctl # MPRIS media player control
341
346
fd
342
347
ripgrep
343
348
yazi # tui file browser