diff --git a/flake.nix b/flake.nix index 861ab8c..4781991 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ use super+enter to start a terminal. use super+d to launch applications - start the vm with '-vga qxl' + start the vm with '-vga qxl' or '-vga virtio' '' mkConf [ @@ -59,6 +59,21 @@ ./nixos/programs/sway.nix ] []; + vm-hyprland = + builtins.trace '' + use super+enter to start a terminal. + use super+d to launch applications + + Hyprland is VERY SLOW in the VM. + + start with '-vga virtio' + '' + mkConf + [ + ./hardware/vm.nix + ./nixos/programs/hyprland.nix + ] []; + vm-tty = mkConf [ ./hardware/vm.nix ] [];