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

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b1f87ca164a9684404c8829b851c3586c4d9f089' (2023-02-25)
  → 'github:NixOS/nixpkgs/7f5639fa3b68054ca0b062866dc62b22c3f11505' (2023-02-26)
2023-02-27 22:31:09 +01:00
modules Revert "Replace LightDM with greetd" 2023-02-12 23:59:44 +01:00
overlays
scripts
secrets
.gitattributes
LICENSE.md
Makefile
README.org
configuration.nix
flake.lock flake.lock: Update 2023-02-27 22:31:09 +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