Skip to content

My personal NixOS & home-manager config

License

Notifications You must be signed in to change notification settings

Lichthagel/nix-config

Repository files navigation

❄️ nix-config ❄️

🌳 Layout

  • flake.nix: Entry point to my configuration
  • flake: Flake modules (for flake-parts)
  • home: Home-Manager modules
  • nixos: NixOS modules
  • hosts: Host-specific configuration
  • packages: Nix packages used in my configuration & exported by my flake

⭐ Inspiration & Resources

Nix Configurations

A variety of configurations by awesome people

isabelroses nekowinston NotAShelf ryan4yin

Other Resources

NixOS & Flakes Book: A beginner's guide to NixOS using Flakes, which greatly helped me get started with flakes.

MyNixOS: A search for packages, NixOS options, as well as home-manager options

nixpkgs manual: browsable version of the nixpkgs manual

📝 License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.