Added virt-viewer package for SPICE VM viewer

This commit is contained in:
Random936 2024-10-29 20:53:34 -07:00
parent ef6aa34c0e
commit 04c0fa5f40
2 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,13 @@
{ ... }: {
{ pkgs, ... }: {
home = {
username = "jadenmaxwell";
homeDirectory = "/Users/jadenmaxwell";
};
home.packages = with pkgs; [
virt-viewer
];
imports = [
./shared.nix
./neovim.nix

View File

@ -22,6 +22,7 @@
wireshark
flameshot
pavucontrol
virt-viewer
google-chrome
bitwarden-cli
wireguard-tools