added waydroid

This commit is contained in:
Zonsopkomst 2023-01-22 17:56:27 -06:00
parent 0fc4c8e0a7
commit a63ad25059
4 changed files with 19 additions and 9 deletions

8
common/waydroid.nix Normal file
View File

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
virtualisation = {
waydroid.enable = true;
lxd.enable = true;
};
}

View File

@ -8,11 +8,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1673815682, "lastModified": 1674250603,
"narHash": "sha256-zG7Rroki+89poCTr1D8BM/wTCl+DZJvU4IUE+5hxG7U=", "narHash": "sha256-SBolFspxBHpW3hCCDNAFXUiO2mucmkVmf17UmSIK3Cs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3e42035fc013ed4d8af6ee8dc0079c0c551c45a5", "rev": "275ab728912006eecb549338a50f24f294a7cfb7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -29,11 +29,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1673811538, "lastModified": 1674403405,
"narHash": "sha256-dzaXvah1Qm8OeopF2lbS8ohhIGbGBx6kVY/W657qJdk=", "narHash": "sha256-FPOER3tINOEI+oWQGeiWLkpCudVJC3V8wk5cvP9857s=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "040e99fd174e46614e9dc37a77bad67b930ac5e9", "rev": "cb98242ea7faff04dad3ae166aff7126184f17c5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -81,11 +81,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1673631141, "lastModified": 1674211260,
"narHash": "sha256-AprpYQ5JvLS4wQG/ghm2UriZ9QZXvAwh1HlgA/6ZEVQ=", "narHash": "sha256-xU6Rv9sgnwaWK7tgCPadV6HhI2Y/fl4lKxJoG2+m9qs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "befc83905c965adfd33e5cae49acb0351f6e0404", "rev": "5ed481943351e9fd354aeb557679624224de38d5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -16,6 +16,7 @@
../../../common/gaming.nix ../../../common/gaming.nix
#../../../common/hyprland.nix #../../../common/hyprland.nix
../../../common/insecure.nix ../../../common/insecure.nix
../../../common/waydroid.nix
../../../users/leeuwarden/home-manager.nix ../../../users/leeuwarden/home-manager.nix
../../../users/leeuwarden/syncthing.nix ../../../users/leeuwarden/syncthing.nix
]; ];

View File

@ -16,6 +16,7 @@
../../../common/gaming.nix ../../../common/gaming.nix
#../../../common/hyperland.nix #../../../common/hyperland.nix
../../../common/insecure.nix ../../../common/insecure.nix
../../../common/waydroid.nix
../../../users/zonsopkomst/home-manager.nix ../../../users/zonsopkomst/home-manager.nix
../../../users/zonsopkomst/syncthing.nix ../../../users/zonsopkomst/syncthing.nix
]; ];