My dotfiles, my Universe, existing as a continuum floating in the Nix.
  • Nix 84.6%
  • Python 10.5%
  • Shell 4.2%
  • Xonsh 0.7%
Find a file
2026-04-30 18:17:39 -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/flameshot: fix screenshots on X11 2026-04-30 18:17:39 -04:00
hosts iris: limit max journal usage 2026-04-29 22:59:57 -04:00
lib lib/digga: add leavesOf 2026-04-18 07:44:41 -04:00
nixos nixos/base: xxHash -> xxhash 2026-04-29 20:42:23 -04:00
overlays overrides: disable qtile checks 2026-04-29 23:43:54 -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 templates/host: init 2026-04-12 01:12:50 -04:00
users users/infinidoge: add to wpa_supplicant group 2026-04-29 19:58:54 -04:00
vendored/nixos vendored/nixos/steam: unvendor 2026-02-16 02:34:02 -05: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: flake inputs 2026-04-29 19:50:19 -04:00
flake.nix flake: move drasl input to daedalus 2026-03-30 18:41:50 -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 enodia 2026-04-12 00:25:09 -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: update todo 2026-03-31 18:52:34 -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.