My NixOS configuration.
Nix 52.2%
CSS 2.9%
SCSS 0.4%
Other 44.5%
50 1 0

Clone this repository

https://tangled.org/stau.space/nixos
git@tangled.org:stau.space/nixos

For self-hosted knots, clone URLs may differ based on your setup.

README.md

nixos config#

Hello to all, this is my NixOS config!

File structure:

.
├── flake.lock
├── flake.nix
├── hm-modules
│   ├── default.nix
│   └── rices
│       ├── default.nix
│       └── eva
│           ├── default.nix
│           ├── eva.nix
│           └── mods
├── hosts
│   └── fw13
│       ├── configuration.nix
│       ├── hardware-configuration.nix
│       └── home.nix
├── LICENSE
├── nixos-modules
│   ├── default.nix
│   └── default-wm
│       └── sway.nix
└── README.md

9 directories, 13 files

My hosts/ folder manages configurations per machine. Then hm-modules/rices has a per-rice configuration I can enable/disable through home manager.