My dotfiles, my Universe, existing as a continuum floating in the Nix.
  • Nix 85.1%
  • Python 10.2%
  • Shell 4%
  • Xonsh 0.7%
Find a file
2026-08-03 17:11:53 -04:00
archive pkgs/it-tools: archive 2026-04-29 21:15:06 -04:00
bin bin/wacomdrawing: actually map display 2026-01-14 19:23:05 -05:00
home flake: move home-manager options to separate module 2026-08-01 02:25:57 -04:00
hosts daedalus/continuwuity: fix X-Forwarded-For header 2026-08-03 17:11:53 -04:00
lib lib/digga: add leavesOf 2026-04-18 07:44:41 -04:00
nixos nixos/home-manager: remove info and common definitions 2026-08-01 04:21:12 -04:00
overlays overrides: pin borgbackup to latest 2026-07-31 01:39:34 -04:00
pkgs pkgs/it-tools: archive 2026-04-29 21:15:06 -04:00
secrets secrets: rekey 2026-08-01 04:21:12 -04:00
templates nixos/shells/*: merge into nixos/base 2026-05-14 04:40:28 -04:00
users users/infinidoge: move basic home config to home 2026-05-15 04:23:24 -04:00
vendored vendored/home/xonsh: init 2026-05-14 01:55:54 -04:00
.editorconfig meta: add python line length to .editorconfig 2023-10-30 09:09:36 -04:00
.envrc flake: shell/ -> shell.nix 2025-02-16 04:01:19 -05:00
.fdignore meta: ignore various files 2025-10-30 16:50:11 -04:00
.gitattributes meta: remove flake.lock ignore merge driver 2026-04-24 02:13:43 -04:00
.gitignore flake: remove bud 2023-07-27 15:44:06 -04:00
.rgignore meta: add archive to ripgrep ignore 2026-02-16 02:42:25 -05:00
flake.lock bump: latest 2026-07-31 01:46:17 -04:00
flake.nix flake: move home-manager options to separate module 2026-08-01 02:25:57 -04:00
hydra.nix flake: properly move hydra to module 2026-07-31 23:14:01 -04:00
ideas.md meta: add proxy to ideas 2024-07-26 11:13:24 -04:00
LICENSE.txt meta: update license year 2026-04-18 07:44:34 -04:00
names.txt meta; assign terminus 2026-05-30 01:15:40 -04:00
ports.txt meta: add list of ports 2025-10-31 22:50:38 -04:00
pyproject.toml meta: add pyproject for ruff formatting 2026-07-26 21:59:29 -04:00
readme.md meta: add some history to readme 2026-01-31 22:51:29 -05:00
repository.md meta: remove part about module prefixes 2026-02-10 13:51:53 -05:00
shell.nix flake: migrate to agenix-rekey 2025-02-18 21:47:38 -05:00
todo.md meta: add to todo 2026-07-16 19:22:36 -04:00

Infinidoge's Universe

An Essay on the Overengineering of Dotfiles

Notes

This repository is not a general purpose configuration. It is tailored specifically to my uses, and while you may find inspiration from it, do not expect it to be your productivity silver bullet. Additionally, I WILL FORCE PUSH TO THIS REPOSITORY WITHOUT NOTICE.

History

In the beginning, there was Digga and DevOS. Back when I was in high school, I took part of my schedule to work on a personal project, and decided to create a new NixOS configuration. I found DevOS[^DevOS used to be in a separate repo, but has since been merged into an example for Digga.], and accordingly, Digga. It is with DevOS that I first began building my NixOS configuration. I cut out the parts I didn't want, and got to work. The initial configuration was messy and hard to expand, but it worked.

Today, Digga is deprecated, and it hasn't seen updates in years. In its stead, other libraries showed up. Since then, while I still keep some digga things around (in lib/digga.nix), I now use flake parts to manage the root of my configuration. Most modules are 'global' instead of excessively gated by enables.

However, times are changing. I am getting frustrated with how things are so needlessly coupled, and tired of how things are a bit scattered. So I am hoping to move towards a more dendritic model, to decouple parts of my configuration. We'll see if I follow the trend though, as sometimes I want to write libraries myself.