fixes and cleanup

This commit is contained in:
foglar 2025-01-07 08:57:41 +01:00
parent 73d3c6ca6e
commit 209a522033
2 changed files with 2 additions and 1 deletions

View File

@ -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";

View File

@ -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 = {