diff options
| author | root <root@localhost> | 2025-01-21 08:43:49 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 14:03:00 +0100 |
| commit | de6aa72099a2b8618562c2ab4230a2c2044655d2 (patch) | |
| tree | 1c082d8f4ba84e3eed492315775a26ca2adf34df /machines/work.nix | |
| parent | 6777625ee34666986e2f38f5cf8198fdb360ea55 (diff) | |
do symlinks outside of nix
Diffstat (limited to 'machines/work.nix')
| -rw-r--r-- | machines/work.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/work.nix b/machines/work.nix index 1cc47c7..aa720bf 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -40,15 +40,16 @@ pkgs.nushell pkgs.zsh pkgs.bashInteractive - pkgs.openssh + pkgs.just ]; hm = { + # services.ssh-agent.enable = true; home = { sessionPath = [ "/opt/homebrew/bin" ]; - file.".config/aerospace".source = config.lib.meta.mkMutableSymlink /mut/aerospace; - file."Library/KeyBindings/DefaultKeyBinding.dict".source = config.lib.meta.mkMutableSymlink /mut/DefaultKeyBinding.dict; + # file.".config/aerospace".source = config.lib.meta.mkMutableSymlink /mut/aerospace; + # file."Library/KeyBindings/DefaultKeyBinding.dict".source = config.lib.meta.mkMutableSymlink /mut/DefaultKeyBinding.dict; file."gpg-agent.conf" = { text = '' pinentry-program /opt/homebrew/bin/pinentry-mac |
