mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
lunarvim is busted
This commit is contained in:
parent
1004161d8d
commit
37c5d00bef
1 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue