coolneng c6e98a4562 flake.lock: Update
Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.16.0/019c58b5-64dc-77f9-b913-8738b7d338cc/source.tar.gz' (2026-02-13)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.16.3/019c8e19-e7a4-7fe4-ad79-b4b5feefd24a/source.tar.gz' (2026-02-24)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v3.16.0/macOS'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.16.3/macOS'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.16.0/aarch64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.16.3/aarch64-linux'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.16.0/x86_64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.16.3/x86_64-linux'
• Updated input 'determinate/nix':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.16.0/019c589d-45e9-7337-9ff0-a8d78fecf63f/source.tar.gz' (2026-02-13)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.16.3/019c8e13-4542-7edc-9244-38a597d18258/source.tar.gz' (2026-02-24)
• Updated input 'determinate/nixpkgs':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.942631%2Brev-fef9403a3e4d31b0a23f0bacebbec52c248fbb51/019c4621-ce4f-799f-82f6-b3b29f099b09/source.tar.gz' (2026-02-08)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.946843%2Brev-ac055f38c798b0d87695240c7b761b82fc7e5bc2/019c6a25-fd20-733f-936e-6487e2957fe4/source.tar.gz' (2026-02-15)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/5e93809' (2026-02-19)
  → 'github:nix-community/lanzaboote/dbe5112' (2026-02-27)
• Updated input 'lanzaboote/crane':
    'github:ipetkov/crane/a2812c1' (2026-02-15)
  → 'github:ipetkov/crane/3d3de33' (2026-02-22)
• Updated input 'lanzaboote/pre-commit':
    'github:cachix/pre-commit-hooks.nix/5eaaedd' (2026-02-10)
  → 'github:cachix/pre-commit-hooks.nix/49bbbfc' (2026-02-23)
• Updated input 'lanzaboote/rust-overlay':
    'github:oxalica/rust-overlay/4912f95' (2026-02-15)
  → 'github:oxalica/rust-overlay/f4443dc' (2026-02-25)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/efec7aa' (2026-02-15)
  → 'github:Mic92/nix-index-database/a2051ff' (2026-03-01)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/740a223' (2026-02-18)
  → 'github:NixOS/nixos-hardware/41c6b42' (2026-02-24)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2fc6539' (2026-02-23)
  → 'github:NixOS/nixpkgs/cf59864' (2026-03-02)
2026-03-03 01:31:28 +01:00
2026-02-03 11:48:51 +01:00
2026-03-03 01:31:28 +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%