From 9580f6326eaeb8585aa84100d67b28f47e01f927 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 4 Aug 2025 13:48:33 -0500 Subject: [PATCH] wayvnc --- flake.lock | 22 +++++++++++++++++++ .../nathan/services/wayvnc/default.nix | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 5e41cc1..60c6c5f 100644 --- a/flake.lock +++ b/flake.lock @@ -246,6 +246,27 @@ "type": "github" } }, + "home-manager-us": { + "inputs": { + "nixpkgs": [ + "nixpkgs-us" + ] + }, + "locked": { + "lastModified": 1754263839, + "narHash": "sha256-ck7lILfCNuunsLvExPI4Pw9OOCJksxXwozum24W8b+8=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "1d7abbd5454db97e0af51416f4960b3fb64a4773", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "master", + "repo": "home-manager", + "type": "github" + } + }, "hyprcursor": { "inputs": { "hyprlang": [ @@ -792,6 +813,7 @@ "disko": "disko", "firefox-addons": "firefox-addons", "home-manager": "home-manager", + "home-manager-us": "home-manager-us", "hyprland": "hyprland", "impermanence": "impermanence", "nix-minecraft": "nix-minecraft", diff --git a/home-manager/nathan/services/wayvnc/default.nix b/home-manager/nathan/services/wayvnc/default.nix index 33f906b..6755e50 100644 --- a/home-manager/nathan/services/wayvnc/default.nix +++ b/home-manager/nathan/services/wayvnc/default.nix @@ -9,7 +9,7 @@ ]; imports = [ - (import "${inputs.home-manager-us}/home-manager/modules/services/wayvnc.nix" { + (import "${inputs.home-manager-us}/modules/services/wayvnc.nix" { inherit config; inherit lib; pkgs = (import inputs.nixpkgs-us { system = "x86_64-linux"; });