Desktop tweaks: emacs vertico, redshift, k3s, xfce/xorg attr fixes - #91
Merged
Conversation
Replace ivy with vertico + orderless + marginalia, load a new vs2008 custom theme, and install the fonts (cozette, nerd-fonts.cousine) the config relies on. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a default-disabled apps.redshift (x11) that warms color temperature at night, and enable it on odin. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
nixpkgs moved these out of the xfce/xorg scopes: xfce.ristretto, xfce.thunar*, xfce.tumbler -> ristretto/thunar*/tumbler; xorg.xrdb, xorg.xrandr -> xrdb/xrandr (display + libvirtd guest). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Import the existing k3s.nix module into odin's configuration. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
On a failed derivation, keep building everything that doesn't depend on it; cachix-action's daemon pushes each path as it's built, so a partial build still populates the cache and saves rebuild time on the next run. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Groups the assorted desktop/config changes that had accumulated in the working tree into logical commits, rebased onto the latest
nix-config(post-cachix-migration).Commits
apps.redshift(x11), enabled on odin.xfce/xorgscopes (xfce.ristretto→ristretto,xfce.thunar*→thunar*,xfce.tumbler→tumbler,xorg.xrdb→xrdb,xorg.xrandr→xrandr).k3s.nixmodule into odin.--keep-goingso partial results still cache — on a failed derivation, keep building independent paths; cachix-action pushes each as it's built, so a partial build still primes the cache.Validation
nixosConfigurations.odinandhomeConfigurations.odinboth evaluate cleanly against the current nixpkgs. CI (Cachix) builds odin/thor NixOS + home.🤖 Generated with Claude Code