tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Niri tweaks
bwc9876.dev
3 weeks ago
8c88103c
73558842
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+4
-4
2 changed files
expand all
collapse all
unified
split
homeModules
gdi.nix
nixosModules
fonts.nix
+3
-3
homeModules/gdi.nix
···
107
107
clipboard.disable-primary = true;
108
108
109
109
input = {
110
110
-
focus-follows-mouse.enable = true;
111
110
keyboard.numlock = true;
112
112
-
# power-key-handling.enable = false;
113
111
touchpad.natural-scroll = true;
114
112
};
115
113
116
114
layout = {
117
117
-
default-column-width.proportion = 1.;
118
115
focus-ring.active.gradient = {
119
116
in' = "oklab";
120
117
angle = 135;
···
162
159
163
160
"Mod+BracketLeft".action = consume-or-expel-window-left;
164
161
"Mod+BracketRight".action = consume-or-expel-window-right;
162
162
+
163
163
+
"Mod+Comma".action = set-column-width "-100";
164
164
+
"Mod+Period".action = set-column-width "+100";
165
165
166
166
"Mod+F".action = maximize-column;
167
167
"Mod+Shift+F".action = fullscreen-window;
+1
-1
nixosModules/fonts.nix
···
14
14
fonts = {
15
15
enableDefaultPackages = true;
16
16
packages = with pkgs; [
17
17
-
charis-sil
17
17
+
charis
18
18
maple-mono.NF-CN
19
19
noto-fonts
20
20
];