diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-23 16:08:53 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-23 16:08:53 +0200 |
commit | 2e917bc65bba94a9b4b4eaddb90db2824e869ac9 (patch) | |
tree | 09b18e412fe131a7ff3974a2f58eba9b71d5e297 /hosts/vm | |
parent | de6461f9adf9b46c15b7f608290a1c8a35ebc829 (diff) |
add greet background and remove stdio from run
Diffstat (limited to 'hosts/vm')
-rw-r--r-- | hosts/vm/cfg.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index 8c56336..7f822b0 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -15,8 +15,8 @@ ../../mixins/greet.nix # ../../mixins/hyprland.nix ../../mixins/sway.nix - (modulesPath + "/profiles/qemu-guest.nix") - (modulesPath + "/virtualisation/qemu-vm.nix") + # (modulesPath + "/profiles/qemu-guest.nix") + # (modulesPath + "/virtualisation/qemu-vm.nix") ]; config = { |