alpha
Login
or
Join now
isaaccorbrey.com
/
dotnix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
My Nix configuration. Enter at your own risk.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
dotnix
/
modules
/
home
10 folders
38 files
at
main
Isaac Corbrey
pi: Add module skeleton
2d ago
080b9940
aerospace
pi: Add module skeleton
2 days ago
dank-material-shell
dms: Only show lock screen on main display
2 months ago
emacs
emacs: Use modules.home.config for editable config files Convert the inline xdg.configFile + mkOutOfStoreSymlink boilerplate to the new modules.home.config registry. Same behavior — init.el and lisp/ still symlink back to the live tree under ~/.nix so Emacs can edit them without a home-manager rebuild — but the call site shrinks to the two relevant lines and the repoPath let-binding goes away.
1 month ago
jujutsu
jujutsu: Document why diff stats skip immutable commits
1 week ago
macos
macos: Fix keymap
2 months ago
niri
niri: Add gameLatencyTweaks option for overlay-plane scanout and VRR Introduces modules.home.niri.gameLatencyTweaks.enable. When on, it splices two flags into the existing singleton debug{} block — enable-overlay-planes for fullscreen direct scanout, and skip-cursor-only-updates-during-vrr so mouse motion alone does not yank the VRR cadence around — and appends a window-rule flipping per-window VRR on for common game/media app-ids (Steam, gamescope, mpv, vlc) so on-demand-VRR outputs actually engage. KDL rejects duplicate top-level debug{} blocks, so the additions cannot live in a per-host KDL fragment; do the merge in Nix via builtins.replaceStrings against a marker line. If the base block ever drifts, the substitution silently no-ops and the flags fall back to off — verify with `niri validate` after edits to the base config. Option defaults to false; no host changes behaviour without an explicit opt-in.
1 month ago
rust
rust: Add skill for Cargo workspace hygiene Add skill covering Rust/Cargo-specific gotchas: - Build cache explosion (tests/*.rs, build.rs, stale artifacts) - Feature flag transit through workspace deps - Compile-time metadata via env vars vs build.rs - Decision/rendering separation (typed outcomes in core, formatting in CLI)
1 month ago
skills
skills: Add assist mode skill
1 week ago
wezterm
wezterm: Fix resize on darwin
3 months ago
zed
zed: Update settings
1 month ago
auto-cpufreq.nix
chore: Format Nix files
6 months ago
carapace.nix
chore: Format Nix files
6 months ago
claude-code.nix
agents: Use skills from across the configverse
2 months ago
cli-common.nix
cli-common: Add glab toggle
1 week ago
config.nix
config: Add auto-symlink-to-.nix module
1 month ago
datagrip.nix
datagrip: Add missing module The imports list in modules/home/default.nix references ./datagrip.nix, but the file did not exist, breaking evaluation of every home configuration. Add a minimal module that follows the discord/obsidian flatpak pattern, exposing modules.home.datagrip.enable to install com.jetbrains.DataGrip via Flatpak.
1 month ago
default.nix
pi: Add module skeleton
2 days ago
discord.nix
chore: Format Nix files
6 months ago
docker.nix
chore: Format Nix files
6 months ago
dolphin.nix
dolphin: Add image conversion service menu
1 month ago
dotnet.nix
dotnet: Add .NET 10
5 months ago
fish.nix
home: Bootstrap nix-daemon profile in fish and zsh PATH On NixOS the system shell init already puts /nix/var/nix/profiles/default/bin and ~/.nix-profile/bin on PATH, but on macOS (and other multi-user installs) nothing wires that up for non-login shells launched outside Terminal.app. Add the profile dirs to fish's PATH via fish_add_path, and source nix-daemon.sh in zsh if present, so nix is reliably on PATH everywhere.
1 month ago
flatpak.nix
chore: Format Nix files
6 months ago
fonts.nix
chore: Format Nix files
6 months ago
gleam.nix
home: enable gleam module with elixir toggle Elixir is needed by gtz's Erlang target (via tz + timex Hex packages) for IANA timezone lookups. Adds elixir as an opt-in toggle on the existing gleam module and enables the module on isaac-corbrey-l.
1 month ago
global.nix
chore: Format Nix files
6 months ago
go.nix
go: Add home module
2 months ago
gtk.nix
gtk: Add icon theme module Configures GTK + Qt to use a shared icon theme (default WhiteSur-dark, matching the Mojave wallpaper) and overrides DankMaterialShell's iconTheme setting so its tray uses the same lookup table. Resolves missing-texture placeholders for SNI tray items advertised by name (e.g. Spotify's "spotify-client").
1 month ago
helix.nix
flake: Remove gojo and migrate to good Helix
1 month ago
home-manager.nix
chore: Format Nix files
6 months ago
java.nix
chore: Format Nix files
6 months ago
langs-common.nix
chore: Format Nix files
6 months ago
nushell.nix
chore: Format Nix files
6 months ago
obs-studio.nix
obs-studio: Add module and enable on elysium
1 month ago
obsidian.nix
chore: Format Nix files
6 months ago
opencode.nix
agents: Use skills from across the configverse
2 months ago
pi.nix
pi: Add module skeleton
2 days ago
starship.nix
starship: Add spaces for aesthetics
5 months ago
steam.nix
chore: Format Nix files
6 months ago
tailscale.nix
tailscale: enable service and systray
5 months ago
teams.nix
hestia: Misc config
2 months ago
vlc.nix
vlc: Add home module
5 months ago
wallpaper-engine.nix
wallpaper-engine: Add home-manager module
2 months ago
wayland.nix
chore: Format Nix files
6 months ago
webdev-common.nix
pnpm: Enable global install
2 months ago
wsl-bridge.nix
wsl bridge: Log files being written
5 months ago
zellij.nix
chore: Format Nix files
6 months ago
zsh.nix
home: Bootstrap nix-daemon profile in fish and zsh PATH On NixOS the system shell init already puts /nix/var/nix/profiles/default/bin and ~/.nix-profile/bin on PATH, but on macOS (and other multi-user installs) nothing wires that up for non-login shells launched outside Terminal.app. Add the profile dirs to fish's PATH via fish_add_path, and source nix-daemon.sh in zsh if present, so nix is reliably on PATH everywhere.
1 month ago