My NixOS Configuration
Go to file
2024-03-25 23:46:29 +01:00
home Don't use vi-mode plugin 2024-03-25 23:46:29 +01:00
hosts Add blank home-manager config 2024-03-23 23:18:19 +01:00
options Add blank home-manager config 2024-03-23 23:18:19 +01:00
system Restructure home-manager config 2024-03-24 13:22:47 +01:00
.gitignore Full rewrite 2024-03-23 21:48:54 +01:00
flake.lock Add home-manager 2024-03-01 14:42:26 +01: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: