summaryrefslogtreecommitdiff
path: root/machines/work.nix
diff options
context:
space:
mode:
authorroot <root@localhost>2025-01-21 08:43:49 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-21 14:03:00 +0100
commitde6aa72099a2b8618562c2ab4230a2c2044655d2 (patch)
tree1c082d8f4ba84e3eed492315775a26ca2adf34df /machines/work.nix
parent6777625ee34666986e2f38f5cf8198fdb360ea55 (diff)
do symlinks outside of nix
Diffstat (limited to 'machines/work.nix')
-rw-r--r--machines/work.nix7
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