add hyprland vm
This commit is contained in:
parent
4189f1504e
commit
2f7eefed83
1 changed files with 16 additions and 1 deletions
17
flake.nix
17
flake.nix
|
|
@ -51,7 +51,7 @@
|
||||||
use super+enter to start a terminal.
|
use super+enter to start a terminal.
|
||||||
use super+d to launch applications
|
use super+d to launch applications
|
||||||
|
|
||||||
start the vm with '-vga qxl'
|
start the vm with '-vga qxl' or '-vga virtio'
|
||||||
''
|
''
|
||||||
mkConf
|
mkConf
|
||||||
[
|
[
|
||||||
|
|
@ -59,6 +59,21 @@
|
||||||
./nixos/programs/sway.nix
|
./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 [
|
vm-tty = mkConf [
|
||||||
./hardware/vm.nix
|
./hardware/vm.nix
|
||||||
] [];
|
] [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue