config files for all of my nix enabled devices.
- Nix 38.6%
- Python 30.4%
- Shell 28.7%
- GLSL 1.1%
- CSS 1%
- Other 0.2%
| home-manager | ||
| hosts | ||
| packages | ||
| scripts | ||
| shared | ||
| .gitattributes | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
nix dotfiles
This repo hosts all my dotfiles. It includes two desktop config, one (terrible) computer config, and some server dots. It brings my own neovim config, called miovim.
| name | description |
|---|---|
goober |
my main desktop config. Intel 9th gen + 1660 NVIDIA GPU. Packs up games, VM and programming stuff |
workspace |
minimal template for a computer. |
sisyphe |
proxmox server vm |
shawarma |
just a reverse proxy vm |
labouse |
ASUS X75s (laptop) nix config. Highly experimental, as this is old hardware! |
dadarwin |
some basic iMac 2015 config. |
I am using Lix as a drop-in replacment of Nix.
Installation
!! This config is not plug and play; it comes with some encrypted secrets and files that are not included here. !!
Make sure the following extra features are enabled : [ flakes nix-command ] then run :
git clone <repo-url>
# replace goober by whatever config interests you
sudo nixos-rebuild switch --flake .#goober
# you can also build isos, proxmox images...