14 lines
583 B
Markdown
Executable file
14 lines
583 B
Markdown
Executable file
# 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)
|