Nix configurations for my homelab
2
fork

Configure Feed

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

Remove unused imports

The typst stuff is being moved into nix flakes

yemou 51ffa3e1 77bb0072

+34 -22
+32 -15
flake.lock
··· 111 111 ] 112 112 }, 113 113 "locked": { 114 - "lastModified": 1773681856, 115 - "narHash": "sha256-+bRqxoFCJFO9ZTFhcCkzNXbDT3b8AEk88fyjB7Is6eo=", 114 + "lastModified": 1774007980, 115 + "narHash": "sha256-FOnZjElEI8pqqCvB6K/1JRHTE8o4rer8driivTpq2uo=", 116 116 "owner": "nix-community", 117 117 "repo": "home-manager", 118 - "rev": "57d5560ee92a424fb71fde800acd6ed2c725dfce", 118 + "rev": "9670de2921812bc4e0452f6e3efd8c859696c183", 119 119 "type": "github" 120 120 }, 121 121 "original": { ··· 259 259 "type": "github" 260 260 } 261 261 }, 262 + "nixpkgs-pr-netbird": { 263 + "locked": { 264 + "lastModified": 1773246024, 265 + "narHash": "sha256-JSpyZUhKBEDPTTNeOVs2VwuLGM2IxzaSsFaQYoa6OrM=", 266 + "owner": "NixOS", 267 + "repo": "nixpkgs", 268 + "rev": "5e5343ce5902e68ec78e1fb13fafbdf39be98795", 269 + "type": "github" 270 + }, 271 + "original": { 272 + "owner": "NixOS", 273 + "ref": "refs/pull/490827/head", 274 + "repo": "nixpkgs", 275 + "type": "github" 276 + } 277 + }, 262 278 "nixpkgs-stable": { 263 279 "locked": { 264 280 "lastModified": 1767313136, ··· 277 293 }, 278 294 "nixpkgs-unstable": { 279 295 "locked": { 280 - "lastModified": 1773646010, 281 - "narHash": "sha256-iYrs97hS7p5u4lQzuNWzuALGIOdkPXvjz7bviiBjUu8=", 296 + "lastModified": 1773821835, 297 + "narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=", 282 298 "owner": "NixOS", 283 299 "repo": "nixpkgs", 284 - "rev": "5b2c2d84341b2afb5647081c1386a80d7a8d8605", 300 + "rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0", 285 301 "type": "github" 286 302 }, 287 303 "original": { ··· 293 309 }, 294 310 "nixpkgs_2": { 295 311 "locked": { 296 - "lastModified": 1773738184, 297 - "narHash": "sha256-zWRjT5oPabNCiC1A3QkFXpfnsgUjyg6fUZWC+IiiZH0=", 312 + "lastModified": 1774041495, 313 + "narHash": "sha256-Jbzx23j3YPRChU/djx7EhhupGlDq7CRQ8L0IWYCbav4=", 298 314 "owner": "NixOS", 299 315 "repo": "nixpkgs", 300 - "rev": "41a2715cc472025a19bc0eb9dc4ee8b7406bfa6f", 316 + "rev": "5ba249aa104c36c3542e3017d85cf55196732b7b", 301 317 "type": "github" 302 318 }, 303 319 "original": { ··· 363 379 "rust-overlay": "rust-overlay" 364 380 }, 365 381 "locked": { 366 - "lastModified": 1773783267, 367 - "narHash": "sha256-1r+41FPugUzEV54J0tme8eawBP9AntsIdGQUiDGSIZk=", 382 + "lastModified": 1774029797, 383 + "narHash": "sha256-+O49ICPui4HNawRApEJCKIhswwi9/51e5z+TgDV/Qd0=", 368 384 "owner": "roc-lang", 369 385 "repo": "roc", 370 - "rev": "7ca590ea7cd47bd2cb99205dc5d290e0eebaf0ef", 386 + "rev": "9a5eec5de94fec5cb810f7b8bc17cb29010507ff", 371 387 "type": "github" 372 388 }, 373 389 "original": { ··· 381 397 "home-manager": "home-manager", 382 398 "impermanence": "impermanence", 383 399 "nixpkgs": "nixpkgs_2", 400 + "nixpkgs-pr-netbird": "nixpkgs-pr-netbird", 384 401 "nixpkgs-stable": "nixpkgs-stable", 385 402 "nixpkgs-unstable": "nixpkgs-unstable", 386 403 "roc-lang": "roc-lang", ··· 416 433 "nixpkgs": "nixpkgs_4" 417 434 }, 418 435 "locked": { 419 - "lastModified": 1773698643, 420 - "narHash": "sha256-VCiDjE8kNs8uCAK73Ezk1r3fFuc4JepvW07YFqaN968=", 436 + "lastModified": 1773889674, 437 + "narHash": "sha256-+ycaiVAk3MEshJTg35cBTUa0MizGiS+bgpYw/f8ohkg=", 421 438 "owner": "Mic92", 422 439 "repo": "sops-nix", 423 - "rev": "8237de83e8200d16fe0c4467b02a1c608ff28044", 440 + "rev": "29b6519f3e0780452bca0ac0be4584f04ac16cc5", 424 441 "type": "github" 425 442 }, 426 443 "original": {
-2
lutea/config.nix
··· 10 10 ../modules/creation.nix 11 11 ../modules/editor.nix 12 12 ../modules/electron.nix 13 - # ../modules/email.nix 14 13 ../modules/flatpak.nix 15 14 ../modules/fonts.nix 16 15 ../modules/fwupd.nix ··· 30 29 ../modules/secrets.nix 31 30 ../modules/smartd.nix 32 31 ../modules/tools.nix 33 - ../modules/typst.nix 34 32 ../modules/uni.nix 35 33 ]; 36 34
+2 -1
modules/creation.nix
··· 2 2 { 3 3 users.users.mou.packages = with pkgs; [ 4 4 audacity 5 + blender 5 6 blockbench 6 7 inkscape 7 - blender 8 + sioyek 8 9 ]; 9 10 }
-4
modules/typst.nix
··· 1 1 { pkgs, ... }: 2 2 { 3 3 users.users.mou.packages = with pkgs; [ 4 - tinymist 5 - typst 6 - typstyle 7 - 8 4 # Tools for `typp` script 9 5 imagemagick 10 6 inotify-tools