weather stuff
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -48,6 +49,8 @@ let
|
||||
udisks2
|
||||
unzip
|
||||
winetricks
|
||||
|
||||
inputs.desktop-lsfg.packages."x86_64-linux".default
|
||||
];
|
||||
in
|
||||
{
|
||||
@@ -116,6 +119,7 @@ in
|
||||
# Virtualisation configuration
|
||||
virtualisation = {
|
||||
libvirtd.enable = lib.mkDefault true;
|
||||
podman.enable = true;
|
||||
waydroid.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user