about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-08-23 11:27:52 +0000
committerAlyssa Ross <hi@alyssa.is>2020-08-23 11:27:52 +0000
commitdf021e610a5fde375b06daf37bd0e6586e03c113 (patch)
tree52c3d5367b32fc59ce24ab9dd2b0456205e75d39 /modules
parent6341a79fbfb64b2b950e8385d8b1a2e9da9f1ba4 (diff)
downloadnixlib-df021e610a5fde375b06daf37bd0e6586e03c113.tar
nixlib-df021e610a5fde375b06daf37bd0e6586e03c113.tar.gz
nixlib-df021e610a5fde375b06daf37bd0e6586e03c113.tar.bz2
nixlib-df021e610a5fde375b06daf37bd0e6586e03c113.tar.lz
nixlib-df021e610a5fde375b06daf37bd0e6586e03c113.tar.xz
nixlib-df021e610a5fde375b06daf37bd0e6586e03c113.tar.zst
nixlib-df021e610a5fde375b06daf37bd0e6586e03c113.zip
modules/workstation: globally install qemu
Diffstat (limited to 'modules')
-rw-r--r--modules/workstation/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/default.nix b/modules/workstation/default.nix
index 9af75b63bc4a..02473a218c21 100644
--- a/modules/workstation/default.nix
+++ b/modules/workstation/default.nix
@@ -7,7 +7,7 @@
     ./dict ./dino ./emacs ./gnupg ./lorri ./mail ./mpv ./podman ./weechat
   ];
 
-  environment.systemPackages = with pkgs; [ mosh mpv youtube-dl ];
+  environment.systemPackages = with pkgs; [ mosh mpv qemu youtube-dl ];
 
   services.mingetty.autologinUser = "qyliss";
   services.mingetty.loginOptions = "-- \u";