An open API service indexing awesome lists of open source software.

https://github.com/quiode/nixos-configurations

Contains the configuration for all my different systems. Mirror of https://gitlab.dominik-schwaiger.ch/quio/nixos-configurations
https://github.com/quiode/nixos-configurations

Last synced: 12 months ago
JSON representation

Contains the configuration for all my different systems. Mirror of https://gitlab.dominik-schwaiger.ch/quio/nixos-configurations

Awesome Lists containing this project

README

          

# NixOS Configurations

This Repository contains all my NixOS configuration files for my Computers, Laptops, Servers, etc.

## Structure

### `packages`

Contains custom packages not in `nixpkgs`.

### `modules`

Contains the modularized configurations of my systems. Everything is under `modules.*`.

### `hosts`

Contains host-specific configurations.

## Develop

Run `nix develop` to open a shell with some usefull commands and the minimal required packages.

## Inspirations

- [bloxx12](https://copeberg.org/bloxx12/nichts)