My NixOS configuration
Find a file
2026-06-28 09:50:11 +10:00
config Add ghostty config 2026-05-30 10:37:26 +10:00
modules X11 config WIP 2026-06-28 09:50:11 +10:00
.gitignore More fixes 2026-05-29 19:06:49 +10:00
flake.lock Commit flake.lock 2026-05-30 10:36:12 +10:00
flake.nix Add Niri + Noctalia 2026-05-30 10:19:59 +10:00
README.md remove Tripoly for now 2026-05-03 18:39:33 +10:00

My NixOS setup

Installation

To install a fresh system boot from the NixOS installation USB stick.

Clone the repository and enter the repository directory.

Initialise the disks:

sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --flake .#chetzemoka --mode destroy,format,mount --yes-wipe-all-disks  --write-efi-boot-entries

Perform nixos-install:

sudo nixos-install --flake .#chetzemoka

Maintenance

Ongoing update:

sudo nixos-rebuild --flake .#chetzemoka switch