VERY BAIE OLD, check out my commafiles now at https://github.com/Suyashtnt/commafiles
- Grab and flash the latest NixOS ISO
- Boot up into it and format your drives
- Enter the following (steps taken from https://github.com/rxyhn/dotfiles/blob/28b6550c4b812ff0edaa0db14d22ea107d8fd9a0/.github/README.md)
Replace GAMER-PC with the system you want (currently available:
GAMER-PC)
# Switch to root user:
sudo su -
# Get into a Nix shell with Nix unstable and git
nix-shell -p git nixUnstable
# Clone my dotfiles
git clone https://github.com/Suyashtnt/dotfiles /mnt/etc/nixos
# Remove this file
rm /mnt/etc/nixos/systems/GAMER-PC/hardware-configuration.nix
# Generate a config and copy the hardware configuration, disregarding the generated configuration.nix
nixos-generate-config --root /mnt
cp /mnt/etc/nixos/hardware-configuration.nix /mnt/etc/nixos/systems/GAMER-PC/hardware-configuration.nix
rm /mnt/etc/nixos/configuration.nix
# Make sure you're in the configuration directory
cd /mnt/etc/nixos
# Install desktop config
nixos-install --flake '.#GAMER-PC'- Once you are into Hyprland, reclone the dotfiles into
~/dotfiles
the repo MUST be cloned into ~/dotfiles. It relies that its cloned there.
untitled2.mp4
- @sioodmy The basis of my original hyprland config. Helped a lot with nvidia. Stole a bit of their config for getting hyprland to work + some of their catppuccin modules
- @rxyhn Their rices got me into ricing. I also may or may not have stolen a few (like 6) of their modules


