mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-24 23:54:15 -05:00
remove neovim from system packages
This commit is contained in:
parent
c1ee47d254
commit
30f2499261
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue