e4674e5828f9dc9c25b7a49d03d8ec302d8a2268
NixOS config
My personal NixOS configurations.
config structure
.
├── flake.lock
├── flake.nix # flake definition
├── hosts
│ └── neon
│ ├── configuration.nix # import nix-modules for specific host
│ └── hardware-configuration.nix # hardware configs for specific host
├── modules
│ ├── home-manager
│ │ ├── xyz_module.nix
│ └── nixos
│ └── xyz_module.nix
└── users
└── aaron
└── home.nix # import home-manager modules for specific user
installation
For more details about the installation procedure see: INSTALLATION.md
author
aaron aaron@0x29a.ch
Description
Languages
Nix
100%