nix config used on my personal computers
Find a file
2024-03-28 01:38:40 -07:00
hosts/goopnet-interface init 2024-03-28 01:38:40 -07:00
lib init 2024-03-28 01:38:40 -07:00
modules init 2024-03-28 01:38:40 -07:00
overlays init 2024-03-28 01:38:40 -07:00
packages init 2024-03-28 01:38:40 -07:00
.editorconfig init 2024-03-28 01:38:40 -07:00
default.nix init 2024-03-28 01:38:40 -07:00
flake.nix init 2024-03-28 01:38:40 -07:00
readme.md init 2024-03-28 01:38:40 -07:00

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. 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
  • leverage nixos-hardware
  • flake-parts (hopefully we can merge the 2 repositories once we find a user solution)