My NixOS Configuration
Go to file
2024-04-05 01:58:42 +02:00
home Update btop settings 2024-04-05 01:58:42 +02:00
hosts Add git configuration 2024-04-04 20:31:16 +02:00
options Add git configuration 2024-04-04 20:31:16 +02:00
system Make nix use xdg base dirs 2024-04-04 23:59:46 +02:00
.gitignore Full rewrite 2024-03-23 21:48:54 +01:00
flake.lock Update flake 2024-04-04 22:20:33 +02:00
flake.nix Add home-manager 2024-03-01 14:42:26 +01:00
LICENSE Add GPL license 2024-03-23 21:48:57 +01:00
README.md Mention home/ dir in README structure docs 2024-03-23 23:23:04 +01:00

NixDots

My NixOS and home-manager flake

Structure

  • flake.nix: Starting point of the configuration, declaring entrypoints.
  • system: Basic core configurations for the system itself.
  • home: Home-Manager configuration.
  • options: Declaration of the configurable options, that should be set by the individual machines.
  • hosts: Configuration of the individual hosts/computers

Inspiration

This configuration was massively inspired by the following amazing projects: