nix-dotfiles/README.md
2025-12-31 22:29:31 -08:00

15 lines
498 B
Markdown
Executable file

# dotfiles
nix flake config! this is just used on my personal computer(s)
## 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`
## hosts
each host should have these files:
- `default.nix`, contains everything relating to the basic system
- `hardware.nix`, hardware-specific configuration
- `meta.nix`, extra things passed thru to `mkHost`