add hyprland vm

This commit is contained in:
Tristan 2024-01-22 14:47:07 +00:00
parent 4189f1504e
commit 2f7eefed83

View file

@ -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
] [];