me like nix
0

Configure Feed

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

update zellij

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit 81f281f1 parent 0aff50be change-id sqknxqsu
+5 -10
+5 -10
hosts/common/home.nix
··· 528 528 if test -f ~/.config/op/plugins.sh 529 529 source ~/.config/op/plugins.sh 530 530 end 531 - # Show fastfetch when inside zellij 532 - if set -q ZELLIJ 531 + # Auto-launch zellij if not already inside a session 532 + if not set -q ZELLIJ 533 + zellij 534 + else 533 535 fastfetch --logo small 534 536 end 535 537 ··· 561 563 programs.alacritty = { 562 564 enable = true; 563 565 settings = { 564 - terminal.shell = { 565 - program = "zellij"; 566 - args = [ 567 - "options" 568 - "--on-force-close" 569 - "detach" 570 - ]; 571 - }; 566 + terminal.shell.program = "fish"; 572 567 window = { 573 568 decorations = "none"; 574 569 opacity = 0.9;