/nixos-config

Personal NixOS configuration using flakes and home-manager.

Primary LanguageNix

NixOS Configuration

Desktop NixOS flake configuration using home-manager for my personal computers

Hosts

  • X570AM --- X570 Aorus Master, which is the name of the motherboard, powerful multi-monitor desktop powered by AMD's Ryzen 9 5950X and Radeon RX 6900XT. Used for work, entertainment (video's / movies) and gaming.
  • T470 --- Lenovo Thinkpad T470, powered by an Intel Kaby Lake CPU, used as office laptop for writing documents and programming.

2024-01-21T19:05:14,760450837+01:00

Contents

  • bin: Collection of scripts globally available in the system.
  • config: User configuration for applications which is symlinked, used for complex configurations (like EWW) or assets.
  • hosts: Per host configuration / module enablement.
  • installation: Partitioning / install scripts for a ZFS install. (ext4 not covered, refer to the NixOS manual)
  • modules: Modules for everything that can be specifically enabled or disabled.
  • packages: Custom packages for stuff not available in nixpkgs.

Modules are used for everything to make it as modular as possible, with some enabled by default. Home mananger configuration is not separate however, thus required.

References

These configs were written without any prior Nix experience and I've taken a lot from existing configs to create mine.

I thank all these people for sharing their configurations for me to learn from!