me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

update flake

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit 94c9dc96 parent 1060cc69 change-id woynpuyk
+9 -5
+9 -5
hosts/common/home.nix
··· 362 362 enable = true; 363 363 settings = { 364 364 "default" = { 365 - region = "us-east-2"; 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 + 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 - unbind = [ "Ctrl q" "Ctrl o" ]; 447 + unbind = [ 448 + "Ctrl q" 449 + "Ctrl o" 450 + ]; 447 451 normal = { 448 - "bind \"Ctrl m\"" = [ 449 - { SwitchToMode = "Session"; } 450 - ]; 452 + "bind \"Ctrl m\"" = { 453 + SwitchToMode = "Session"; 454 + }; 451 455 }; 452 456 }; 453 457 pane_frames = false;