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
Bind volume keys to Noctalia
author
Sean Aye
date
1 week ago
(Jun 16, 2026, 12:39 AM -0400)
commit
a36308f1
a36308f1d86c6cb1923f71379818789d51278d98
parent
7eac940f
7eac940fd60d1dc75765dd94fe26b880f1d0e466
change-id
tnunvsmp
tnunvsmpowzzpvwnkpusxvpvrkuqnwlq
+17
1 changed file
Expand all
Collapse all
Unified
Split
modules
desktop.nix
+17
modules/desktop.nix
Reviewed
···
267
267
"playerctl"
268
268
"previous"
269
269
];
270
270
+
"XF86AudioMute".action.spawn = [
271
271
+
"noctalia"
272
272
+
"msg"
273
273
+
"volume-mute"
274
274
+
];
275
275
+
"XF86AudioLowerVolume".action.spawn = [
276
276
+
"noctalia"
277
277
+
"msg"
278
278
+
"volume-down"
279
279
+
"5%"
280
280
+
];
281
281
+
"XF86AudioRaiseVolume".action.spawn = [
282
282
+
"noctalia"
283
283
+
"msg"
284
284
+
"volume-up"
285
285
+
"5%"
286
286
+
];
270
287
"XF86MonBrightnessDown".action.spawn = [
271
288
"brightnessctl"
272
289
"set"