Go to file
coolneng 9ee3d4cafd flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5?narHash=sha256-C7jVfohcGzdZRF6DO%2BybyG/sqpo1h6bZi9T56sxLy%2Bk%3D' (2025-03-15)
  → 'github:NixOS/nixpkgs/b6eaf97c6960d97350c584de1b6dcff03c9daf42?narHash=sha256-Txwa5uO%2BqpQXrNG4eumPSD%2BhHzzYi/CdaM80M9XRLCo%3D' (2025-03-18)
2025-03-20 13:20:22 +01:00
assets/bitwig Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
modules Update Zion IP address 2025-03-04 17:46:29 +01:00
scripts Add autotrim to zpool creation command 2021-08-17 00:57:33 +01:00
secrets Format nix files using new formatter 2025-02-25 23:39:37 +01:00
.gitattributes Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
.gitignore Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
configuration.nix Restore the latest compatible ZFS kernel function 2025-02-25 23:39:45 +01:00
flake.lock flake.lock: Update 2025-03-20 13:20:22 +01:00
flake.nix Use latest emacs-pgtk version by default 2025-03-04 17:45:52 +01:00
LICENSE.md Bootloader configuration and HW tweaks 2020-04-16 19:14:10 +02:00
Makefile Update Makefile to upstream changes 2024-09-10 15:54:51 +02:00
README.org Move power management settings to independent file 2020-09-03 02:36:09 +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