mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
move karabiner-elements to homebrew, add macfuse and sshfs-mac
nix-darwin's karabiner module is broken with 15.7+ - the karabiner_grabber and karabiner_observer binaries no longer exist, causing system daemons to fail with exit code 78. Moved karabiner-elements to homebrew cask which handles its own service registration correctly. Also adds macfuse cask and gromgit/fuse/sshfs-mac brew, updates agentcomputer-cli flake input, and tweaks zsh alias.
This commit is contained in:
parent
9c9640cfa1
commit
09d138e992
5 changed files with 10 additions and 33 deletions
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./common.nix
|
||||
./colima.nix
|
||||
./karabiner.nix
|
||||
./rectangle.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
ld = "lumen diff";
|
||||
lg = "lazygit";
|
||||
nim = "nvim .";
|
||||
sshnet = "ssh -i ~/.ssh/atlas-ssh.txt rathiharivansh@152.53.195.59";
|
||||
net = "rathiharivansh@152.53.195.59";
|
||||
|
||||
# nix helpers
|
||||
nr = "nix profile remove"; # nr <index> - remove from profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue