Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ncfavier/config

My NixOS configurations
https://github.com/ncfavier/config

dotfiles nix-flake nixos nixos-configuration

Last synced: 3 months ago
JSON representation

My NixOS configurations

Awesome Lists containing this project

README

        

This repository defines almost all of the
configuration for my machines running the [NixOS](https://nixos.org/) Linux
distribution, including installed programs, configuration files and running
services.

NixOS is built on top of [Nix](https://nixos.org/manual/nix/stable/#chap-introduction),
a package manager and build system with a declarative approach based on a
[lazy](https://en.wikipedia.org/wiki/Lazy_evaluation)
[functional programming](https://en.wikipedia.org/wiki/Functional_programming)
language. (See [GNU Guix](https://guix.gnu.org/)
for an alternative with a stronger focus on software freedoms.)