From 1004161d8d61e80cbcde2db23ac828c14a947aa8 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 4 Nov 2022 16:13:49 +0000 Subject: [PATCH] update packages and make guest --- configuration.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index a773651..6006efb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,6 +20,8 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + + virtualization.virtualbox.guest.enable = true; # networking.hostName = "nixos"; # Define your hostname. # Pick only one of the below networking options. @@ -73,18 +75,20 @@ git vim - # neovim + neovim nixpkgs-fmt autorandr - # wezterm + xdotool + wezterm eww rofi - picom + picom-jonaburg dunst - (python3.withPackages (p: with p; [ tomli ])) + firefox +# (python3.withPackages (p: with p; [ tomli ])) ];