wayvnc
This commit is contained in:
22
flake.lock
generated
22
flake.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"; });
|
||||
|
||||
Reference in New Issue
Block a user