└── os ├── base └── default.nix ├── cubby ├── default.nix └── readme.md ├── flake.lock ├── flake.nix ├── readme.md └── renzo ├── default.nix └── readme.md /os/base/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris-martin/home/HEAD/os/base/default.nix -------------------------------------------------------------------------------- /os/cubby/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris-martin/home/HEAD/os/cubby/default.nix -------------------------------------------------------------------------------- /os/cubby/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris-martin/home/HEAD/os/cubby/readme.md -------------------------------------------------------------------------------- /os/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris-martin/home/HEAD/os/flake.lock -------------------------------------------------------------------------------- /os/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris-martin/home/HEAD/os/flake.nix -------------------------------------------------------------------------------- /os/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris-martin/home/HEAD/os/readme.md -------------------------------------------------------------------------------- /os/renzo/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris-martin/home/HEAD/os/renzo/default.nix -------------------------------------------------------------------------------- /os/renzo/readme.md: -------------------------------------------------------------------------------- 1 | Renzo is a Dell XPS 13 non-touch from early 2016. 2 | --------------------------------------------------------------------------------