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%
Find a file
2026-02-19 21:24:33 +01:00
home-manager removed name 2026-02-19 16:28:20 +01:00
hosts force default 2026-02-19 21:24:33 +01:00
packages added hytale f2p package 2026-02-07 12:55:15 +01:00
scripts started working on mpd support 2025-07-13 18:53:09 +02:00
shared bump flake 2026-02-19 16:28:20 +01:00
.gitattributes fixed file encryption 2024-12-23 15:17:28 +01:00
.gitignore small update to proxmox image 2024-10-12 22:11:54 +02:00
flake.lock bump flake 2026-02-19 16:28:20 +01:00
flake.nix bump flake 2026-02-19 16:28:20 +01:00
README.md bump flake 2026-02-19 16:28:20 +01:00

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...