nix-dotfiles/README.md
2024-04-16 18:30:16 -07:00

21 lines
No EOL
661 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`
## hosts
each host should have these files:
- `default.nix`, contains everything relating to the basic system
- `hardware.nix`, hardware configuration.
## todo
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix) or some other common spot
- multi architecture configuration
- bitwarden
- qt themes?
- sddm cursors no work :(