diff options
| author | Baitinq <[email protected]> | 2022-07-05 17:09:38 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-05 17:09:38 +0200 |
| commit | fd3e86aece81deda9bea9875b491a8f0dfa7eac8 (patch) | |
| tree | a8ffc4d0b8297e97eaeebe069b52592688887e29 /hosts | |
| parent | Phobos+Luna: Add bluetooth (diff) | |
| download | nixos-config-fd3e86aece81deda9bea9875b491a8f0dfa7eac8.tar.gz nixos-config-fd3e86aece81deda9bea9875b491a8f0dfa7eac8.tar.bz2 nixos-config-fd3e86aece81deda9bea9875b491a8f0dfa7eac8.zip | |
Add virt-manager to the user packages
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index c32d02f..bd5864f 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -34,6 +34,7 @@ in nixpkgs-fmt paperkey openjdk8 + virt-manager ] ++ (with pkgs.custom; [ smart-wallpaper |