add qemu usb redirect and delete some packages
This commit is contained in:
parent
87c7e82673
commit
2be1cd641c
2 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
# spiceUSBRedirection.enable = true; # Connect USB devices to libvirt VMs, both local and remote.
|
||||
spiceUSBRedirection.enable = true; # Connect USB devices to libvirt VMs, both local and remote.
|
||||
libvirtd = { # https://nixos.wiki/wiki/Libvirt
|
||||
enable = true;
|
||||
qemu.package = pkgs.qemu_full;
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@
|
|||
gnumake # ?
|
||||
cmake-language-server # CMake LSP
|
||||
cmake # ?
|
||||
bear # Tool that generates a compilation database for clang tooling
|
||||
# bear # Tool that generates a compilation database for clang tooling
|
||||
# boost # Collection of C++ libraries
|
||||
|
||||
# Rust
|
||||
|
|
@ -403,7 +403,7 @@
|
|||
#########
|
||||
|
||||
neovim
|
||||
helix # A Kakoune/Neovim inspired editor, written in Rust.
|
||||
# helix # A Kakoune/Neovim inspired editor, written in Rust.
|
||||
|
||||
# Закинул в home.nix
|
||||
# vscode
|
||||
|
|
@ -452,7 +452,7 @@
|
|||
vial # GUI для qmk, если клавиатура поддерживает
|
||||
fontconfig
|
||||
zlib
|
||||
google-fonts
|
||||
# google-fonts
|
||||
libva-utils # Проверяет работоспособность VAAPI?
|
||||
clinfo # Проверяет работоспособность OpenCL?
|
||||
libsecret # Хранить и получать аккаунты у приложений. Например для jetbrains toolbox
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue