mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Moved neovim config to a separate module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, gamingSystem, workSystem, currentSystemDe, ... }:
|
||||
{ pkgs, gamingSystem, workSystem, currentSystemDe, ... }@ inputs:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# CLI utils
|
||||
@@ -40,7 +40,7 @@
|
||||
man-pages
|
||||
|
||||
vim # The only and one great editor
|
||||
# neovim # The only and one great editor improved even further
|
||||
inputs.nixvim.packages.${system}.default # The only and one great editor improved even further
|
||||
|
||||
# Video card
|
||||
vulkan-tools
|
||||
|
||||
Reference in New Issue
Block a user