commit | fc989caf9fef308144798fe5605d515281de4d9f | [log] [tgz] |
---|---|---|
author | Samuel Shuert <me@thecoded.prof> | Mon Oct 14 14:45:24 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Thu Nov 07 18:09:35 2024 +0000 |
tree | 64f0ac64c7896c95730519c63c71c97d6303eed1 | |
parent | 291d96b4c4c010da7d7a1abd588e04ace33e3fd2 [diff] [blame] |
feat(shorthair): Add qemu utilities, add fbc Change-Id: I0f001997cd453604486fad137ceff62f019286b8 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/886 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/systems/x86_64-linux/shorthair/virtualisation/default.nix b/systems/x86_64-linux/shorthair/virtualisation/default.nix new file mode 100644 index 0000000..3c7650d --- /dev/null +++ b/systems/x86_64-linux/shorthair/virtualisation/default.nix
@@ -0,0 +1,4 @@ +{ pkgs, ... }: { + virtualisation.spiceUSBRedirection.enable = true; + environment.systemPackages = [ pkgs.quickemu pkgs.spice-gtk ]; +}