This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
home-manager
Archived
Watch
1
Star
0
Fork
0
You've already forked home-manager
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
This repository has been archived on
2024-12-15
. You can view files and clone it, but cannot push or open issues or pull requests.
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
]
;
}
Reference in New Issue
Copy Permalink