From 2f7eefed83f158f3336ca59f9a9ed432390f1848 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 22 Jan 2024 14:47:07 +0000 Subject: [PATCH] add hyprland vm --- flake.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 ] [];