Go to file
coolneng 8bf126729a flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e4ad989506ec7d71f7302cc3067abd82730a4beb' (2023-11-19)
  → 'github:NixOS/nixpkgs/19cbff58383a4ae384dea4d1d0c823d72b49d614' (2023-11-22)
2023-11-23 22:31:35 +01:00
assets/bitwig
modules
scripts
secrets
.gitattributes
.gitignore
LICENSE.md
Makefile
README.org
configuration.nix
flake.lock flake.lock: Update 2023-11-23 22:31:35 +01: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