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

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/41c7605718399dcfa53dd7083793b6ae3bc969ff' (2023-08-08)
  → 'github:NixOS/nixpkgs/ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e' (2023-08-10)
2023-08-11 20:28:08 +02:00
assets/bitwig Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
modules Add Audio folder to Syncthing 2023-08-08 03:38:25 +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-11 20:28:08 +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