Go to file
System administrator ebc7bc7e4d flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16)
  → 'github:NixOS/nixpkgs/48037fd90426e44e4bf03e6479e88a11453b9b66' (2022-05-18)
2022-05-20 22:33:02 +02:00
modules Build emacs with pdf-tools support 2022-05-20 00:55:02 +02:00
overlays
scripts
secrets
LICENSE.md
Makefile Modify make update to commit lock file 2022-05-10 23:18:13 +02:00
README.org
configuration.nix Configure git for auto-upgrade 2022-05-17 00:10:44 +02:00
flake.lock flake.lock: Update 2022-05-20 22:33:02 +02:00
flake.nix

README.org

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