From 209a5220333aeb2f30fedce75916d4201f6fa91d Mon Sep 17 00:00:00 2001 From: foglar Date: Tue, 7 Jan 2025 08:57:41 +0100 Subject: [PATCH] fixes and cleanup --- nixos/home/desktop/hyprland/hyprland.nix | 2 +- nixos/system/packages/virtual-machines.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 = {