Swimpal#
My simple but yet not so much NixOS rice!
Gallery#
Try it out (In a VM)#
- Install NixOS and select "no desktop environment".
- Make sure to create a user with the username
rez. - Continue with the default settings for the remaining options.
- Log in as
rezusing the password you set, then run:
# Install git temporarily
nix-shell -p git
# You'll need to paste the next commands again because this opens a new shell
# Clone the dotfiles
git clone https://github.com/RezThePerson/swimpal.git ~/swimpal
# Generate hardware config
nixos-generate-config --show-hardware-config > ./swimpal/host/tester/hardware-autogen.nix
ix
# Rebuild system (this may take ~30 minutes)
sudo nixos-rebuild switch --extra-experimental-features "nix-command flakes" --flake ~/swimpal#tester
# Reboot to apply changes
sudo reboot
- Log back in with the username
rezand your password. - Enjoy.