Go to file
coolneng abb8f504bf flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/66aedfd010204949cb225cf749be08cb13ce1813' (2023-08-02)
  → 'github:NixOS/nixpkgs/18036c0be90f4e308ae3ebcab0e14aae0336fe42' (2023-08-04)
2023-08-05 15:22:42 +02:00
assets/bitwig Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
modules Revert "Add nil to packages" 2023-08-01 19:55:07 +02:00
overlays Upgrade Emacs to latest version 2023-07-24 15:29:06 +02:00
scripts
secrets
.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
LICENSE.md
Makefile
README.org
configuration.nix Revert "Switch to off-grid setup" 2023-07-14 17:34:26 +01:00
flake.lock flake.lock: Update 2023-08-05 15:22:42 +02:00
flake.nix Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00

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