Important
I do not recommend anyone to use it since it is heavily personalised to my needs. I share this repository to simplify tracking, sharing of errors and config parts, as well of ease of access on new setups.
.
├── dots
│ └── dotfiles, e.g. mpv, oh-my-posh, ...
├── home-manager
│ ├── apps
│ │ └── some applications
│ ├── desktop
│ │ └── desktop related things
│ ├── develpment
│ │ └── sdks, ideas and everything related to development
│ └── shared config for both desktop and headless hosts
├── hosts
│ ├── desktops
│ │ ├── home
│ │ │ └── NixOS config for my home desktop host
│ │ └── shared config for all desktop hosts
│ ├── img
│ │ └── NixOS config for iso file generation
│ └── shared config for both desktop and server hosts
├── modules
│ └── NixOS modules for various services and apps
├── secrets
│ └── sops secret files
Live-ISOs are great thing. They can be used to test simple and not persistant things in a VM or being used to boot from.
just home-iso
sudo cp result/iso/nixos-*-x86_64-linux.iso nixos.iso