Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 2.49 KB

File metadata and controls

57 lines (45 loc) · 2.49 KB

NixOS Dotfiles Logo

NixOS Dotfiles

NixOS Home Manager SOPS Neovim Tmux Alacritty Hyprland Zsh

NixOS + Home Manager configs for my machines

Setup

git clone https://github.com/eldios/dotfiles ~/dotfiles
cd ~/dotfiles
sudo nixos-rebuild switch --flake .#$(hostname)

Structure

dotfiles/
├── flake.nix          # Entrypoint
├── common/            # Shared config (nixos, home-manager, omarchy, themes)
├── hosts/             # Per-machine config
└── docs/              # Guides

Secrets are pulled from a private repo via the secrets flake input (git+ssh://…/eldios/secrets), consumed through sops-nix — there is no secrets/ directory in this repo.

Hosts

Host Type Purpose
lele8845ace Desktop (AMD 8845 AceMagic NUC) Main workstation
lele9iyoga Laptop (Yoga9i, Intel) Portable dev
mininixos Server (Minis NUC) Storage / self-hosted services
sox1x Server (SOX1 Xtreme Gen2) Remote server

Docs