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

View File

@@ -31,7 +31,7 @@ xkb_symbols "hhkbse" {
key <AD09> {[ o, O ]}; key <AD09> {[ o, O ]};
key <AD10> {[ p, P, Up, Greek_pi ]}; key <AD10> {[ p, P, Up, Greek_pi ]};
key <AD11> {[ aring, Aring ]}; key <AD11> {[ aring, Aring ]};
key <AD12> {[apostrophe,asciicircum, asciitilde ]}; key <AD12> {[apostrophe,asciicircum, asciitilde, grave ]};
key <AC01> {[ a, A ]}; key <AC01> {[ a, A ]};
key <AC02> {[ s, S ]}; key <AC02> {[ s, S ]};
key <AC03> {[ d, D ]}; key <AC03> {[ d, D ]};