diff --git a/nixos/home/desktop/hyprland/hyprland.nix b/nixos/home/desktop/hyprland/hyprland.nix index a174e09..9907733 100644 --- a/nixos/home/desktop/hyprland/hyprland.nix +++ b/nixos/home/desktop/hyprland/hyprland.nix @@ -139,7 +139,7 @@ "$term" = "${pkgs.kitty}/bin/kitty"; "$editor" = "${pkgs.vscode}/bin/code"; "$file" = "${pkgs.nautilus}/bin/nautilus"; - "$browser" = "${pkgs.librewolf}/bin/librewolf"; + "$browser" = "${pkgs.librewolf-wayland}/bin/librewolf"; animations = { "enabled" = "yes"; diff --git a/nixos/system/packages/virtual-machines.nix b/nixos/system/packages/virtual-machines.nix index d8773ec..f5bd878 100644 --- a/nixos/system/packages/virtual-machines.nix +++ b/nixos/system/packages/virtual-machines.nix @@ -14,6 +14,7 @@ programs.virt-manager.enable = true; }) (lib.mkIf config.program.virtualbox.enable { + virtualisation.libvirtd.enable = true; virtualisation.virtualbox = { host.enable = true; guest = {