Kieran's Dots#
CAUTION
These dots are highly prone to change / breakage. I am not a nix os expert (this is my first time touching nix), so I'm not sure if this will work or not. I'm just trying to get my dots up on github. If you have any suggestions, please let me know.
Installation#
I have absolutely no idea I kinda understand now?
- Install NixOS via the official guide
sudo -i- Enable git with
sed -i 's/^{$/{\n programs.git.enable = true;/' /etc/nixos/configuration.nixand then runnixos-rebuild switch - Download the disk config with
curl https://github.com/kcoderhtml/dots/raw/master/moonlark/disk-config.nix -o /tmp/disk-config.nix - Run disko with
nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko /tmp/disk-config.nix - Mount disk with
mount | grep /mntand thencd /mnt/etc/nixos - Clone this repo to your
/mnt/etc/nixosfolder withgit clone https://github.com/kcoderhtml/dots.git . - install the flake:
nixos-install --flake .#moonlark - Once it finishes run nix install and then reboot
nixos-install
reboot
- Pray to the nix gods that it works
Screenshots#
🫡 Will report back!
Credits#
Thanks a bunch to the following people for their dots, configs, and general inspiration which i've shamelessly stolen from: