lunarvim is busted

This commit is contained in:
Daylin Morgan 2022-11-04 16:53:59 +00:00
parent 1004161d8d
commit 37c5d00bef

View file

@ -21,7 +21,7 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
virtualization.virtualbox.guest.enable = true; virtualisation.virtualbox.guest.enable = true;
# networking.hostName = "nixos"; # Define your hostname. # networking.hostName = "nixos"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
@ -72,9 +72,12 @@
zsh zsh
wget wget
gnumake
gcc
git git
vim vim
neovim neovim
nixpkgs-fmt nixpkgs-fmt
@ -88,8 +91,8 @@
dunst dunst
firefox firefox
# (python3.withPackages (p: with p; [ tomli ])) (python3.withPackages (p: with p; [ pynvim ]))
python310Packages.pip
]; ];