This commit is contained in:
Reid 2024-03-28 01:38:40 -07:00
commit 132a109da8
15 changed files with 436 additions and 0 deletions

14
readme.md Executable file
View file

@ -0,0 +1,14 @@
# dotfiles
nix flake config! this is just used on my personal computer
## users
this flake is built upon a single user system for all hosts, enforced by [`modules/user.nix`](./modules/user.nix). this makes it alot easier to make moduels that use nixos and `home-manager`
## todo
- some weird perl error abt locales when building using doas - `keepEnv` might fix this
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix)
- leverage nixos-hardware
- flake-parts (hopefully we can merge the 2 repositories once we find a user solution)