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 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user