Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 2.31 KB

File metadata and controls

58 lines (47 loc) · 2.31 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/
│   ├── nixos/         # System config
│   └── home-manager/  # User config
├── hosts/             # Per-machine config
├── docs/              # Guides
└── secrets/           # SOPS

Hosts

Host Type Purpose
lele8845ace Laptop Main dev
lele9iyoga Laptop Secondary
wotah VM Testing
nucone Server Home
sox1x Server Remote
fsn-c* Cluster K8s

Docs