bulk commit wip vm stuff

This commit is contained in:
2024-04-08 16:14:10 +02:00
parent 5c44e12cf9
commit d3da8ba3ac
5 changed files with 55 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
}