fixes and cleanup
This commit is contained in:
parent
73d3c6ca6e
commit
209a522033
@ -139,7 +139,7 @@
|
|||||||
"$term" = "${pkgs.kitty}/bin/kitty";
|
"$term" = "${pkgs.kitty}/bin/kitty";
|
||||||
"$editor" = "${pkgs.vscode}/bin/code";
|
"$editor" = "${pkgs.vscode}/bin/code";
|
||||||
"$file" = "${pkgs.nautilus}/bin/nautilus";
|
"$file" = "${pkgs.nautilus}/bin/nautilus";
|
||||||
"$browser" = "${pkgs.librewolf}/bin/librewolf";
|
"$browser" = "${pkgs.librewolf-wayland}/bin/librewolf";
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
"enabled" = "yes";
|
"enabled" = "yes";
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
})
|
})
|
||||||
(lib.mkIf config.program.virtualbox.enable {
|
(lib.mkIf config.program.virtualbox.enable {
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
virtualisation.virtualbox = {
|
virtualisation.virtualbox = {
|
||||||
host.enable = true;
|
host.enable = true;
|
||||||
guest = {
|
guest = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user