My dotfiles, my Universe, existing as a continuum floating in the Nix.
  • Nix 85%
  • Python 10.2%
  • Shell 4.1%
  • Xonsh 0.7%
Find a file
2026-06-16 13:26:46 -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 home/shells/xonsh: add current directory to import path 2026-06-16 13:26:46 -04:00
hosts hosts/iris/uptime-kuma: add status.swedish.fish 2026-06-06 01:19:04 -04:00
lib lib/digga: add leavesOf 2026-04-18 07:44:41 -04:00
nixos nixos/graphical: add pyspread 2026-05-29 13:42:19 -04:00
overlays overrides: move xonsh overlay into python packages 2026-05-29 14:21:35 -04:00
pkgs pkgs/it-tools: archive 2026-04-29 21:15:06 -04:00
secrets secrets: rekey 2026-04-12 01:49:26 -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: swedish-fish 2026-06-04 04:43:15 -04:00
flake.nix flake: add swedish-fish 2026-06-03 23:36:17 -04:00
hydra.nix Infini-OPTIPLEX: rename to dionysus 2026-01-13 00:41:04 -05: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
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 modetc to todo 2026-05-29 23:55:44 -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.