Add distrobox, docker and waydroid
This commit is contained in:
parent
7c2897c2dc
commit
1bec301c7a
3 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
wayland-utils # For wayland-info command
|
||||
glxinfo
|
||||
clinfo
|
||||
|
||||
# distrobox (testing)
|
||||
distrobox
|
||||
boxbuddy
|
||||
];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
|
4
modules/waydroid.nix
Normal file
4
modules/waydroid.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation.waydroid.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue