coolneng 72e2d67d15 flake.lock: Update
Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.15.1/019b4e8a-dc22-75db-aef5-a447efbb1a13/source.tar.gz' (2025-12-24)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.15.2/019bde7d-0725-73ef-9705-498c50ef6e00/source.tar.gz' (2026-01-21)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v3.15.1/macOS'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.15.2/macOS'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.15.1/aarch64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.15.2/aarch64-linux'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.15.1/x86_64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.15.2/x86_64-linux'
• Updated input 'determinate/nix':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.15.1/019b4e84-d036-75db-b6c6-6bc2e2035c53/source.tar.gz' (2025-12-24)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.15.2/019bde75-b4ee-74b2-a812-28dc2ee83d58/source.tar.gz' (2026-01-21)
• Updated input 'determinate/nixpkgs':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.914780%2Brev-306ea70f9eb0fb4e040f8540e2deab32ed7e2055/019b49b8-ed0f-724e-bdaf-5fd90cc1c590/source.tar.gz' (2025-12-21)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.930106%2Brev-bde09022887110deb780067364a0818e89258968/019bd9ed-5f0b-7074-afb0-8bb5e13a7598/source.tar.gz' (2026-01-19)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/ba5f082' (2026-01-12)
  → 'github:nix-community/lanzaboote/4673781' (2026-01-25)
• Updated input 'lanzaboote/crane':
    'github:ipetkov/crane/7d59256' (2026-01-03)
  → 'github:ipetkov/crane/0314e36' (2026-01-24)
• Updated input 'lanzaboote/pre-commit':
    'github:cachix/pre-commit-hooks.nix/f092770' (2026-01-01)
  → 'github:cachix/pre-commit-hooks.nix/a1ef738' (2026-01-22)
• Updated input 'lanzaboote/rust-overlay':
    'github:oxalica/rust-overlay/cb24c5c' (2026-01-04)
  → 'github:oxalica/rust-overlay/22da29e' (2026-01-24)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/40b1a28' (2025-12-31)
  → 'github:NixOS/nixos-hardware/a351494' (2026-01-25)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/1412caf' (2026-01-13)
  → 'github:NixOS/nixpkgs/c5296fd' (2026-01-23)
2026-01-26 00:26:05 +01:00
2026-01-26 00:26:05 +01:00
2025-12-01 15:22:58 +01:00

NixOS Laptop

Configuration files for my personal machine, powered by NixOS.

Modules

The configuration is sliced into different files, per category:

  • ZFS pool configuration: hardware-configuration.nix
  • Globally installed packages: software.nix
  • Network and VPN configuration: networking.nix
  • Window manager and userland services: gui.nix
  • Synchronization and backup services: datasync.nix
  • Sound and music setup: audio.nix
  • Development tools: development.nix
  • Printing and scanner client: printing.nix
  • Systemd user services and timers: periodic.nix
  • Power management: power.nix

All the modules are imported in configuration.nix

Description
No description provided
Readme 281 MiB
Languages
Nix 89.6%
Shell 9.3%
Makefile 1.1%