Skip to content

Commit

Permalink
home/suites/common: enable ssh-agent for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 15, 2024
1 parent 039dc81 commit b1c3f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home/suites/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ in
services = {
# easyeffects.enable = pkgs.stdenv.isLinux;
udiskie.enable = pkgs.stdenv.isLinux;
ssh-agent.enable = pkgs.stdenv.isLinux;
tray.enable = pkgs.stdenv.isLinux;
};

Expand Down

0 comments on commit b1c3f73

Please sign in to comment.