my NixOS and nix-darwin config
0
fork

Configure Feed

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

.

+11 -12
+9 -9
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1766524813, 11 - "narHash": "sha256-N/sxS27+t9nGvGWqwwAceSMW/Y5ddcypS/aiTnZ7ScA=", 10 + "lastModified": 1767028240, 11 + "narHash": "sha256-0/fLUqwJ4Z774muguUyn5t8AQ6wyxlNbHexpje+5hRo=", 12 12 "owner": "LnL7", 13 13 "repo": "nix-darwin", 14 - "rev": "c2b36207f2c396c79dbed9d40536db221bd4e363", 14 + "rev": "c31afa6e76da9bbc7c9295e39c7de9fca1071ea1", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 27 27 ] 28 28 }, 29 29 "locked": { 30 - "lastModified": 1766553851, 31 - "narHash": "sha256-hHKQhHkXxuPJwLkI8wdu826GLV5AcuW9/HVdc9eBnTU=", 30 + "lastModified": 1767437240, 31 + "narHash": "sha256-OA0dBHhccdupFXp+/eaFfb8K1dQxk61in4aF5ITGVX8=", 32 32 "owner": "nix-community", 33 33 "repo": "home-manager", 34 - "rev": "7eca7f7081036a7b740090994c9ec543927f89a7", 34 + "rev": "1cfa305fba94468f665de1bd1b62dddf2e0cb012", 35 35 "type": "github" 36 36 }, 37 37 "original": { ··· 42 42 }, 43 43 "nixpkgs": { 44 44 "locked": { 45 - "lastModified": 1766309749, 46 - "narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", 45 + "lastModified": 1767379071, 46 + "narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=", 47 47 "owner": "nixos", 48 48 "repo": "nixpkgs", 49 - "rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", 49 + "rev": "fb7944c166a3b630f177938e478f0378e64ce108", 50 50 "type": "github" 51 51 }, 52 52 "original": {
+1
hosts/Daedalus/default.nix
··· 48 48 "zoom" 49 49 "soduto" 50 50 "spotify" 51 + "zotero" 51 52 "mac-mouse-fix" 52 53 "tailscale-app" 53 54 ];
-3
modules/home/shells/default.nix
··· 19 19 home.shellAliases = { 20 20 era = "sudo ${rebuildCmd} switch --flake ${flakeDir}#${systemName}"; 21 21 epoch = "cd ${flakeDir} && git add -A && git commit -m \".\" && sudo ${rebuildCmd} switch --flake .#${systemName} && git push"; 22 - dots = "z ~/dev/dots"; 23 22 l = "exa"; 24 23 ls = "exa"; 25 24 lg = "lazygit"; 26 - cat = "bat"; 27 - zt = "zathura"; 28 25 tars = "cd /Users/suri/dev/personal/tars/tars-tui && cargo run --release"; 29 26 ezk = " /Users/suri/dev/personal/Emergence/target/release/emergence_cli"; 30 27 };
+1
modules/home/tools/default.nix
··· 28 28 just 29 29 typst 30 30 tokei 31 + libqalculate 31 32 32 33 ]; 33 34