This commit is contained in:
cnst
2024-09-07 12:33:26 +02:00
parent 999934a056
commit 02a11637c2
2 changed files with 11 additions and 18 deletions

View File

@@ -1,25 +1,18 @@
# cnix nix
**cnix** began as a direct copy-paste of Misterio's starter configs, but over
time it evolved to resemble his main configuration more closely. I gradually
integrated elements from other excellent resources, such as colemickens' and
fufexan's configurations, and eventually gained enough knowledge to start
creating my own solutions.
**cnix** started as a copy of Misterio's configs but evolved to mirror his main
setup. Over time, I incorporated ideas from colemickens' and fufexan's
configurations and eventually created my own solutions.
What youll find here is my daily driver and a work in progress, with many
components still heavily inspired by the repositories mentioned below. I
strongly encourage you to visit these repositories if you're looking for
inspiration.
This is my daily driver—still a work in progress, with many elements inspired by
the repositories listed below. Check them out if you're seeking ideas.
This Nix configuration aims to be modular and scalable—something it achieves to
some extent, though much work remains. The core of the system is a modular setup
with separate configurations for users and systems, managed through
`modules.nix` files in the `hosts` and `users` directories. I'm currently
developing a small app to make managing these configurations more user-friendly.
The goal here is a modular, scalable Nix setup. It uses separate user and system
configurations, managed via `modules.nix` in the hosts and users directories.
I'm also working on a small app to simplify managing these configs.
The three configurations below have been a major source of inspiration. They
each take a unique approach to flake setup, and I highly recommend checking them
out!
The three repositories below were key influences, each with a unique take on
flakes.
- [fufexan](https://github.com/fufexan/dotfiles.git)
- [colemickens](https://github.com/colemickens/nixcfg.git)