Nix config files for my laptop and servers
at main 22 lines 679 B view raw view rendered
1# Seafoamnix 2 3This repo contains Nix configuration for my personal computer and dev servers. 4It is based on [Naomi Roberts' excellent NixOS configuration files](https://tangled.org/lesbian.skin/amuro/tree/main). 5 6| System | Arch | Description | 7|---------|----------------|-------------| 8| seafoam | `x86-64_linux` | My laptop | 9 10## Structure 11 12``` 13├── flake.nix 14├── hosts # Systems managed by this config 15│ └── seafoam 16├── modules # Modular pieces of the config 17│ ├── home # Home Manager modules 18│ └── nixos # System modules 19└── users # Users for the hosts 20 └── hari 21``` 22