coolneng 151860d952 flake.lock: Update
Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.21.5/019f4326-f1c4-7f13-b58b-98979a78c513/source.tar.gz' (2026-07-08)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.21.9/019fb411-e801-74a0-8c53-b41643853e87/source.tar.gz' (2026-07-30)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v3.21.5/macOS'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.21.9/macOS'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.21.5/aarch64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.21.9/aarch64-linux'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.21.5/x86_64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.21.9/x86_64-linux'
• Updated input 'determinate/nix':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.21.5/019f42f2-bfcf-72d3-ba62-dd63f71ea07e/source.tar.gz' (2026-07-08)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.21.9/019fb409-4d6e-7243-8a88-23ceee2520e9/source.tar.gz' (2026-07-30)
• Updated input 'determinate/nixpkgs':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.1024265%2Brev-b5aa0fbd538984f6e3d201be0005b4463d8b09f8/019f3b54-a452-7bf0-9017-aa0cf4ad1907/source.tar.gz' (2026-06-29)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.1037713%2Brev-241313f4e8e508cb9b13278c2b0fa25b9ca27163/019fa760-2880-7491-9ad9-7ba4669f6a84/source.tar.gz' (2026-07-19)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/6183ac7' (2026-07-08)
  → 'github:nix-community/lanzaboote/c191775' (2026-07-30)
• Updated input 'lanzaboote/crane':
    'github:ipetkov/crane/80db5bd' (2026-07-04)
  → 'github:ipetkov/crane/7930f6c' (2026-07-20)
• Updated input 'lanzaboote/pre-commit':
    'github:cachix/git-hooks.nix/bca82ca' (2026-07-02)
  → 'github:cachix/git-hooks.nix/43b3c1a' (2026-07-17)
• Updated input 'lanzaboote/rust-overlay':
    'github:oxalica/rust-overlay/7dc3a17' (2026-07-08)
  → 'github:oxalica/rust-overlay/fe21243' (2026-07-26)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/1111b9b' (2026-07-12)
  → 'github:Mic92/nix-index-database/dbc756c' (2026-08-02)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/8efb433' (2026-07-11)
  → 'github:NixOS/nixos-hardware/2e790b0' (2026-07-28)
2026-08-03 02:06:56 +02:00
2026-06-02 15:18:12 +02:00
2026-08-03 02:06:56 +02:00
2026-06-02 15:17:28 +02: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

S
Description
No description provided
Readme 279 MiB
Languages
Nix 89.5%
Shell 9.4%
Makefile 1.1%