diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-02 04:53:05 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-02 04:53:05 +0100 |
commit | f0f5231ce2405578e54b0b2593021a1dbe90e4ae (patch) | |
tree | 5d139ef158ca7349a5210c766845348b6547c31c | |
parent | Fix mistake (diff) | |
download | Rory-Open-Architecture-f0f5231ce2405578e54b0b2593021a1dbe90e4ae.tar.xz |
Enable spice and qemu guest additions
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | host/Rory-devenv/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix index 865a4ca..983cc96 100644 --- a/host/Rory-devenv/configuration.nix +++ b/host/Rory-devenv/configuration.nix @@ -59,8 +59,10 @@ user = "Rory"; }; libinput.enable = true; - + videoDrivers = [ "qxl" ]; }; + qemuGuest.enable = true; + spice-vdagentd.enable = true; }; users.users = { |