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
- Host: GitHub
- URL: https://github.com/quiode/nixos-configurations
- Owner: quiode
- License: mit
- Created: 2025-05-06T20:01:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T15:46:57.000Z (about 1 year ago)
- Last Synced: 2025-06-04T00:44:54.079Z (12 months ago)
- Language: Nix
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)