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
update flake
author
Sean Aye
date
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
94c9dc96
94c9dc96df3a8a32a46921faa673532f2f3e1b76
parent
1060cc69
1060cc69d59fdffb3d694cf96e9e77fe239d2481
change-id
woynpuyk
woynpuykvvwmpqorupwnlylrtrvwkmzq
+9
-5
1 changed file
Expand all
Collapse all
Unified
Split
hosts
common
home.nix
+9
-5
hosts/common/home.nix
Reviewed
···
362
362
enable = true;
363
363
settings = {
364
364
"default" = {
365
365
-
region = "us-east-2";
365
365
+
region = "us-east-1";
366
366
};
367
367
};
368
368
};
···
411
411
rainfrog # db tui
412
412
loupe # image viewer
413
413
glycin-loaders # various format loaders for loupe
414
414
+
docker-compose
414
415
415
416
# --- FONTS ARE IMPORTANT ---
416
417
# Berkeley Mono is the main system font, keeping JetBrains and Font Awesome for waybar
···
443
444
enable = true;
444
445
settings = {
445
446
keybinds = {
446
446
-
unbind = [ "Ctrl q" "Ctrl o" ];
447
447
+
unbind = [
448
448
+
"Ctrl q"
449
449
+
"Ctrl o"
450
450
+
];
447
451
normal = {
448
448
-
"bind \"Ctrl m\"" = [
449
449
-
{ SwitchToMode = "Session"; }
450
450
-
];
452
452
+
"bind \"Ctrl m\"" = {
453
453
+
SwitchToMode = "Session";
454
454
+
};
451
455
};
452
456
};
453
457
pane_frames = false;