16 lines
541 B
Markdown
Executable file
16 lines
541 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 a lot easier to make modules that use nixos and `home-manager`
|
|
|
|
for something more server oriented, check out [`nix-server`](https://git.reidlab.pink/reidlab/nix-server)
|
|
|
|
## hosts
|
|
|
|
each host should have these files:
|
|
|
|
- `default.nix`, contains everything relating to the basic system
|
|
- `hardware.nix`, hardware configuration.
|