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: re-add discord through homebrew

cosmeak 3845d216 feebc9dd

+5
+4
flake.nix
··· 8 8 inputs = { 9 9 # packages 10 10 nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11"; 11 + nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 11 12 12 13 # Macos modules 13 14 darwin = { 14 15 url = "github:nix-darwin/nix-darwin?ref=nix-darwin-25.11"; 15 16 inputs.nixpkgs.follows= "nixpkgs"; 16 17 }; 18 + 19 + # File wrapper for config files 20 + hjem.url = "github:feel-co/hjem"; 17 21 }; 18 22 19 23 # Force some nix configurations globally
+1
machines/darwin/njord/homebrew/casks.nix
··· 7 7 "balenaetcher" # image flasher 8 8 "cursor" # AI code editor - used for testing 9 9 "desmume" # Nintendo DS emulator 10 + "discord" 10 11 "figma" # ux/ui 11 12 "ghostty" 12 13 "librewolf"