This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
main
home-manager
/
horsch
/
qemu.nix
8 lines
70 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
feat(horsch): add qemu
2024-07-30 06:04:30 +00:00
{
pkgs
,
.
.
.
}:
{
home
.
packages
=
with
pkgs
;
[
feat(qemu): use qemu-user instead of qemu
2024-09-16 07:13:08 +00:00
qemu-user
feat(horsch): add qemu
2024-07-30 06:04:30 +00:00
]
;
}