- AlphaTechnolog
- Eriim's
- IogaMaster
- linuxmobile
- NixOS Manual
- NotAShelf
- notusknot
- Siduck76
- Sioodmy
- ZerotoNix
⠀⠀ 🌸 Setup / Hyprland 🌸
-----------------------------------
╭─ Distro -> NixOS
├─ Editor -> Neovim
├─ Browser -> Firefox
├─ Shell -> ZSH
╰─ Resource Monitor -> Btop
╭─ Model -> DELL XPS 8940
├─ CPU -> Intel i5-10400f @ 4.3GHz
├─ GPU -> NVIDIA GeForce GTX 1650 SUPER
╰─ Resolution -> 1920x1080@165hz
╭─ WM -> Hyprland
├─ Terminal -> Wezterm
├─ Theme -> Catppuccin
├─ Icons -> Papirus-Dark
├─ Font -> JetBrains Mono Nerd Font
╰─ Hotel -> Trivago
- Rebuild and switch to change the system configuration (in the configuration directory):
rebuild
# or
sudo nixos-rebuild switch --flake '.#fentas'
- Connect to internet (Change what's inside the brackets with your info).
iwctl --passphrase [passphrase] station [device] connect [SSID]
I'll guide you through the Installation, but first make sure to download the Minimal ISO image available at NixOS and make a bootable drive with it. I suggest using Rufus for the task as it's a great software. Also I'm going to use an ethernet cable for the tutorial to make things easier. We shall begin!
Only follow these steps after using the bootable drive, changing BIOS boot priority and getting into the installation!
# if needed some terminal changes
video=1920x1080
setfont ter-128n
# ! configure networking as needed
curl -sfL https://raw.githubusercontent.com/fentas/nixdots/main/install.sh -O install.sh
sudo nix-shell ./install.sh
Credits for the installation section goes to Stephenstechtalks and AlphaTechnolog as they helped a lot with their installation guides.
That should be all! If you have any problem, feel free to make an issue in the github repo. (https://github.com/fentas/nixdots/issues).
The code is licensed under the MIT license, so you can use or distribute the code however you like.