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

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c00d587b1a1afbf200b1d8f0b0e4ba9deb1c7f0e' (2024-06-18)
  → 'github:NixOS/nixpkgs/d603719ec6e294f034936c0d0dc06f689d91b6c3' (2024-06-20)
2024-06-21 22:30:47 +02:00
assets/bitwig Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
modules Revert "Use latest version of yt-dlp" 2024-06-05 23:03:13 +02:00
scripts
secrets Set up Secure Boot 2024-01-08 03:06:35 +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
LICENSE.md
Makefile Specify flakes in the update target in Makefile 2024-01-23 13:50:49 +01:00
README.org
configuration.nix Use the stable version of Nix 2024-06-05 23:04:25 +02:00
flake.lock flake.lock: Update 2024-06-21 22:30:47 +02:00
flake.nix Couple power-profiles-daemon and AMD P-State EPP 2024-01-09 13:55:49 +01: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