https://github.com/ncfavier/config
My NixOS configurations
https://github.com/ncfavier/config
dotfiles nix-flake nixos nixos-configuration
Last synced: 4 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 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T19:49:49.000Z (5 months ago)
- Last Synced: 2025-07-30T22:19:36.796Z (5 months ago)
- Topics: dotfiles, nix-flake, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 1.44 MB
- Stars: 25
- Watchers: 3
- Forks: 3
- 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.)