This commit is contained in:
2025-08-04 13:48:33 -05:00
parent 81ef0229fe
commit 9580f6326e
2 changed files with 23 additions and 1 deletions

22
flake.lock generated
View File

@@ -246,6 +246,27 @@
"type": "github" "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": { "hyprcursor": {
"inputs": { "inputs": {
"hyprlang": [ "hyprlang": [
@@ -792,6 +813,7 @@
"disko": "disko", "disko": "disko",
"firefox-addons": "firefox-addons", "firefox-addons": "firefox-addons",
"home-manager": "home-manager", "home-manager": "home-manager",
"home-manager-us": "home-manager-us",
"hyprland": "hyprland", "hyprland": "hyprland",
"impermanence": "impermanence", "impermanence": "impermanence",
"nix-minecraft": "nix-minecraft", "nix-minecraft": "nix-minecraft",

View File

@@ -9,7 +9,7 @@
]; ];
imports = [ imports = [
(import "${inputs.home-manager-us}/home-manager/modules/services/wayvnc.nix" { (import "${inputs.home-manager-us}/modules/services/wayvnc.nix" {
inherit config; inherit config;
inherit lib; inherit lib;
pkgs = (import inputs.nixpkgs-us { system = "x86_64-linux"; }); pkgs = (import inputs.nixpkgs-us { system = "x86_64-linux"; });