mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
update garrus and work
This commit is contained in:
parent
6bcee89402
commit
418a43f7f6
2 changed files with 22 additions and 2 deletions
20
dev.nix
Normal file
20
dev.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# virt-manager
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Rust
|
||||
cargo
|
||||
rustc
|
||||
clang
|
||||
|
||||
# VM
|
||||
quickemu
|
||||
spice
|
||||
spice-gtk
|
||||
virt-manager
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue