remove neovim from system packages

This commit is contained in:
TheWanderingCrow 2024-09-21 08:41:30 -04:00
parent c1ee47d254
commit 30f2499261
2 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,7 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix";
};
outputs = inputs: let

View file

@ -9,7 +9,6 @@
screen
git
curl
foot
tmux
pulseaudio
keyd
@ -47,12 +46,12 @@
# Utilities
hyfetch
gimp
foot
] else []
)
++ (
if config.packages.programming.enable
then [
neovim
lua
libgcc
php