From 37c5d00bef49da7f9f81bdc0a39ea58c3b84e7b4 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 4 Nov 2022 16:53:59 +0000 Subject: [PATCH] lunarvim is busted --- configuration.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 6006efb..50f86a8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,8 +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; + + virtualisation.virtualbox.guest.enable = true; # networking.hostName = "nixos"; # Define your hostname. # Pick only one of the below networking options. @@ -72,9 +72,12 @@ zsh wget + gnumake + gcc git vim + neovim nixpkgs-fmt @@ -88,8 +91,8 @@ dunst firefox -# (python3.withPackages (p: with p; [ tomli ])) - + (python3.withPackages (p: with p; [ pynvim ])) + python310Packages.pip ];