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
fix refresh rate on display
author
Sean Aye
date
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
8e831a6b
8e831a6bf854996be083cd5cf09b1d08433fc408
parent
a5d56058
a5d560583f434b50c1c6621a5ac96950a5139919
change-id
wvwzqvnr
wvwzqvnrqqkktyqtvqzmnompltnlsmsn
+20
-1
1 changed file
Expand all
Collapse all
Unified
Split
hosts
common
home.nix
+20
-1
hosts/common/home.nix
Reviewed
···
8
8
inputs.zen-browser.homeModules.beta
9
9
];
10
10
11
11
-
# Niri window manager settings, now controlled by the imported module
12
11
programs.niri = {
13
12
enable = true;
14
13
settings = {
···
104
103
outputs = {
105
104
"DP-1" = {
106
105
scale = 2.0;
106
106
+
mode = {
107
107
+
width = 5120;
108
108
+
height = 2160;
109
109
+
refresh = 120.0;
110
110
+
};
107
111
};
108
112
"DP-2" = {
109
113
scale = 2.0;
114
114
+
mode = {
115
115
+
width = 5120;
116
116
+
height = 2160;
117
117
+
refresh = 120.0;
118
118
+
};
110
119
};
111
120
"DP-7" = {
112
121
scale = 2.0;
122
122
+
mode = {
123
123
+
width = 5120;
124
124
+
height = 2160;
125
125
+
refresh = 120.0;
126
126
+
};
113
127
};
114
128
"DP-5" = {
115
129
scale = 2.0;
130
130
+
mode = {
131
131
+
width = 5120;
132
132
+
height = 2160;
133
133
+
refresh = 120.0;
134
134
+
};
116
135
};
117
136
};
118
137
spawn-at-startup = [