Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: made some cleanup and add element matrix client

+3 -6
+1 -5
machines/darwin/helium/default.nix
··· 21 21 # System wide packages 22 22 environment.systemPackages = with pkgs; [ 23 23 lazygit 24 - just 25 24 firefox 26 25 spotify 27 - # _1password-gui 28 26 zed-editor 29 - vscodium # used for jupyter notebook because not available in zed at this time 27 + vscodium 30 28 stats # System monitoring displayed in macos top bar - will be replaced by custom script with sketchybar 31 29 raycast # replacement for spotlight 32 30 dbeaver-bin 33 31 cyberduck 34 - git-lfs 35 - git-filter-repo 36 32 ]; 37 33 38 34 # Linux builder
+2 -1
machines/darwin/helium/homebrew/casks.nix
··· 11 11 "font-hack-nerd-font" # move this to nix installation 12 12 "1password" 13 13 "discord" # use this one since nixpkgs doesn't have krisp 14 - "modrinth" 15 14 # "logitech-g-hub" # Error when trying to install it 16 15 "ghostty" 16 + "balenaetcher" 17 + "element" 17 18 ]; 18 19 }