feat: add yolo host

New NixOS VM on proxmox, replacing the Ubuntu box. Reuses the existing
Hyprland config; remote access is Sunshine/Moonlight rather than xrdp,
since xrdp cannot drive a wayland compositor.

Two fixes here are not yolo-specific and affect any fresh install:
git at system level (nix needs it for the type = "git" hyprland input,
but git only came from home-manager, so neither rebuild could run), and
dropping the yogurt input, whose private repo made home-manager
un-evaluatable without GitHub auth.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
naps62
2026-08-17 06:30:54 +00:00
parent f7947375e3
commit 77bdbe108d
12 changed files with 838 additions and 47 deletions
-2
View File
@@ -2,7 +2,6 @@
lib,
pkgs,
config,
inputs,
...
}:
{
@@ -34,7 +33,6 @@
packages = with pkgs; [
impala
inputs.yogurt.packages.${pkgs.system}.default
];
username = lib.mkDefault "naps62";
@@ -154,7 +154,6 @@ in
hl.exec_cmd("hyprctl setcursor Nordzy-cursors ${toString cfg.cursorSize}")
hl.exec_cmd("hyprsunset")
hl.exec_cmd("noctalia")
hl.exec_cmd("yogurt --tray")
end)
-- layer rules