(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

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

chore(ssh-agent): remove

74k1 b30308e9 d6d8d288

-11
-1
hosts/nixos/eiri/home.nix
··· 16 16 starship 17 17 # bash 18 18 zsh 19 - ssh-agent 20 19 jujutsu 21 20 ]) 22 21 ];
-1
modules/home-manager/default.nix
··· 22 22 rofi = import ./apps/rofi; 23 23 sherlock = import ./wayland/sherlock; 24 24 spotify = import ./apps/spotify; 25 - ssh-agent = import ./shell/ssh-agent; 26 25 starship = import ./shell/starship; 27 26 style = import ./stylix; 28 27 swaync = import ./wayland/swaync;
-9
modules/home-manager/shell/ssh-agent/default.nix
··· 1 - { 2 - lib, 3 - pkgs, 4 - config, 5 - ... 6 - }: 7 - { 8 - services.ssh-agent.enable = true; 9 - }