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
notifications activate the window
author
Sean Aye
date
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
25bc632d
25bc632dca9900b073c567331e5c48cec05dbe5a
parent
2e4ff87f
2e4ff87fa9f62ffa3798d5368449b03f3ae0ada1
change-id
tzuqqszs
tzuqqszszkonprruuyvwzvsqtllvuvlv
+5
1 changed file
Expand all
Collapse all
Unified
Split
hosts
common
home.nix
+5
hosts/common/home.nix
Reviewed
···
28
28
draw-border-with-background = false;
29
29
}
30
30
];
31
31
+
debug = {
32
32
+
honor-xdg-activation-with-invalid-serial = { };
33
33
+
};
31
34
layout = {
32
35
focus-ring = {
33
36
width = 2;
···
311
314
padding = "12";
312
315
margin = "12";
313
316
font = "BerkeleyMono Nerd Font 11";
317
317
+
on-button-left = "invoke-default-action";
318
318
+
on-button-right = "dismiss";
314
319
};
315
320
};
316
321