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