···2626 utm # VM emulator for macos/ios
2727 cocoapods # used for swift development
2828 obsidian # Markdown note taking app
2929+ zed-editor # code editor
3030+ # desmume # Nintendo DS emulator - not working on aarch64-darwin because required alsa audio for build
2931 ];
30323133 programs._1password.enable = true; # Password manager (come from nix-darwin modules)
+2
machines/darwin/njord/homebrew/casks.nix
···77 "discord" # use this one since nixpkgs doesn't have krisp
88 # "logitech-g-hub" # Error when trying to install it
99 "ghostty" # terminal emulator
1010+ "balenaetcher" # image flasher
1111+ "desmume" # Nintendo DS emulator
1012 ];
1113}