nix config used on my personal computers
| assets | ||
| config | ||
| hosts/goopnet-interface | ||
| lib | ||
| modules | ||
| overlays | ||
| packages | ||
| .editorconfig | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
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 modules that use nixos and home-manager
for something more server oriented, check out nix-server
hosts
each host should have these files:
default.nix, contains everything relating to the basic systemhardware.nix, hardware configuration.
todo
- move common config such as bootloader and networking settings to
default.nixor some other common spot - multi architecture configuration (nix-systems?)
- divide steam and gamemode?
- cursor size theme option
- sddm x11 support, too. or maybe just remove x11
- hyprcursor
- ags/quickshell?