Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ncfavier/config
- Owner: ncfavier
- License: isc
- Created: 2020-09-13T15:25:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:15:03.000Z (3 months ago)
- Last Synced: 2024-10-25T08:26:46.225Z (3 months ago)
- Topics: dotfiles, nix-flake, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 1.29 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.)