me like nix
0

Configure Feed

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

add some programs

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit 45ae4038 parent 941193d5 change-id otrvwtzn
+5 -2
+5 -2
hosts/common/home.nix
··· 19 19 helix 20 20 git 21 21 jujutsu # jj-cli 22 - htop 22 + atop 23 23 zellij # terminal multiplexer 24 24 alacritty 25 25 fuzzel # Application launcher ··· 30 30 cliphist # Clipboard history manager 31 31 pavucontrol # GUI for PulseAudio/PipeWire volume control 32 32 playerctl # MPRIS media player control 33 - element-desktop 33 + (element-desktop.override { 34 + commandLineArgs = "--password-store=gnome-libsecret"; 35 + }) 34 36 fd 35 37 ripgrep 36 38 yazi # tui file browser ··· 435 437 programs.atuin = { 436 438 enable = true; 437 439 enableFishIntegration = true; 440 + daemon.enable = true; 438 441 settings = { 439 442 filter_mode_shell_up_key_binding = "session"; 440 443 };