mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
9 lines
No EOL
146 B
Nix
9 lines
No EOL
146 B
Nix
{pkgs, ...}: {
|
|
home = {
|
|
packages = with pkgs; [
|
|
bottles
|
|
virt-manager
|
|
qemu_full
|
|
];
|
|
};
|
|
} |