Go to file
coolneng 21c85ba5a0
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/4aa36568d413aca0ea84a1684d2d46f55dbabad7?narHash=sha256-Zwl8YgTVJTEum%2BL%2B0zVAWvXAGbWAuXHax3KzuejaDyo%3D' (2024-11-05)
  → 'github:NixOS/nixpkgs/dc460ec76cbff0e66e269457d7b728432263166c?narHash=sha256-PbABj4tnbWFMfBp6OcUK5iGy1QY%2B/Z96ZcLpooIbuEI%3D' (2024-11-11)
2024-11-25 20:01:14 +01:00
assets/bitwig
modules Remove university software 2024-11-25 20:01:13 +01:00
scripts
secrets Remove university software 2024-11-25 20:01:13 +01:00
.gitattributes
.gitignore
LICENSE.md
Makefile Update Makefile to upstream changes 2024-09-10 15:54:51 +02:00
README.org
configuration.nix Switch to Zen kernel 2024-11-25 20:01:14 +01:00
flake.lock flake.lock: Update 2024-11-25 20:01:14 +01:00
flake.nix Remove university software 2024-11-25 20:01:13 +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