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: update njord

cosmeak 190db2ae 22f90df2

+10 -7
+6 -6
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1757432263, 11 - "narHash": "sha256-qHn+/0+IOz5cG68BZUwL9BV3EO/e9eNKCjH3+N7wMdI=", 10 + "lastModified": 1759509947, 11 + "narHash": "sha256-4XifSIHfpJKcCf5bZZRhj8C4aCpjNBaE3kXr02s4rHU=", 12 12 "owner": "nix-darwin", 13 13 "repo": "nix-darwin", 14 - "rev": "1fef4404de4d1596aa5ab2bd68078370e1b9dcdb", 14 + "rev": "000eadb231812ad6ea6aebd7526974aaf4e79355", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 23 23 }, 24 24 "nixpkgs": { 25 25 "locked": { 26 - "lastModified": 1758346548, 27 - "narHash": "sha256-afXE7AJ7MY6wY1pg/Y6UPHNYPy5GtUKeBkrZZ/gC71E=", 26 + "lastModified": 1759580034, 27 + "narHash": "sha256-YWo57PL7mGZU7D4WeKFMiW4ex/O6ZolUS6UNBHTZfkI=", 28 28 "owner": "nixos", 29 29 "repo": "nixpkgs", 30 - "rev": "b2a3852bd078e68dd2b3dfa8c00c67af1f0a7d20", 30 + "rev": "3bcc93c5f7a4b30335d31f21e2f1281cba68c318", 31 31 "type": "github" 32 32 }, 33 33 "original": {
+1 -1
machines/darwin/njord/default.nix
··· 24 24 alt-tab-macos # alt tab like windows on macos 25 25 bruno # ide for testing apis 26 26 dbeaver-bin # database client 27 - ghostty # terminal emulator 28 27 git # versionning tool 29 28 helix # modal code editor 29 + just 30 30 lazygit # git tui helper 31 31 librewolf # web browser 32 32 obsidian # note taking
+3
machines/darwin/njord/homebrew/casks.nix
··· 6 6 # "logitech-g-hub" #! Error when trying to install it 7 7 "balenaetcher" # image flasher 8 8 "desmume" # Nintendo DS emulator 9 + "cursor" # AI code editor - used for testing 10 + "steam" 11 + "ghostty" 9 12 ]; 10 13 }