From bb65e34bcac497d34922e18a07705807925ae4ed Mon Sep 17 00:00:00 2001 From: naps62 Date: Mon, 17 Aug 2026 07:38:15 +0000 Subject: [PATCH] chore: move yolo flake path to ~/tea/nixos-config Also overrides the home-manager nh.flake, which sets NH_FLAKE and was still pointing at the ~/projects default, so bare `nh home switch` never resolved on this host. Co-Authored-By: Claude Opus 5 --- home/yolo/default.nix | 8 +++++--- hosts/yolo/default.nix | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/home/yolo/default.nix b/home/yolo/default.nix index 54a4c8c..c9a102c 100644 --- a/home/yolo/default.nix +++ b/home/yolo/default.nix @@ -19,9 +19,11 @@ custom.hyprland.cursorSize = 32; - # mutable-file change hints print this path; the clone lives under ~/tea here, - # not the ~/projects default in common/programs. - home.mutableFilesRepoPath = lib.mkForce "/home/naps62/tea/naps62/nixos-config"; + # Both default to ~/projects/nixos-config in common/programs; this clone lives + # under ~/tea. nh.flake sets NH_FLAKE, so without it `nh home switch` with no + # argument resolves to a path that does not exist. + home.mutableFilesRepoPath = lib.mkForce "/home/naps62/tea/nixos-config"; + programs.nh.flake = lib.mkForce "/home/naps62/tea/nixos-config"; # Blur and shadow cost a fullscreen pass per frame, and every frame here is # also x264-encoded for the stream — on a virtio-gpu with no VirGL, in software. diff --git a/hosts/yolo/default.nix b/hosts/yolo/default.nix index 9d7e297..0a00d95 100644 --- a/hosts/yolo/default.nix +++ b/hosts/yolo/default.nix @@ -37,7 +37,7 @@ environment.systemPackages = [ pkgs.git ]; # This clone lives under ~/tea, not the ~/projects path global/nix.nix assumes. - programs.nh.flake = lib.mkForce "/home/naps62/tea/naps62/nixos-config"; + programs.nh.flake = lib.mkForce "/home/naps62/tea/nixos-config"; # No physical seat: Sunshine is a user service and cannot capture until a # graphical session exists, so a cold boot must reach one unattended. No