Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/CrazedProgrammer/nix

My NixOS configuration files
https://github.com/CrazedProgrammer/nix

nix nixos nixos-configuration

Last synced: 2 months ago
JSON representation

My NixOS configuration files

Awesome Lists containing this project

README

        

# nix

My NixOS configuration files.

# Structure

`dotfiles/` contains dotfiles and scripts such as `init.vim` and
`bin/gitree`.

`modules/` contains NixOS configuration modules. Each machine has its
"entry point" in `modules/hosts/.nix`. `/etc/nixos/configuration.nix`
is empty and only contains an import of the corresponding entry point.

`pkgs/` contains overlays, custom packages and overrides.

# Building

In order to build this configuration, you need to use these channels:

```
nixos https://nixos.org/channels/nixos-22.11
nixos-unstable https://nixos.org/channels/nixos-unstable
```