From 4d79606ac6d0f0dbaba11bf339c2885ef069c689 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 17 Dec 2024 11:10:05 +0300 Subject: [PATCH] add nvim to tartarus --- hosts/tartarus/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index e175324..f00c482 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -6,6 +6,7 @@ pkgs, pkgs-unstable, system-label, + osbm-nvim, ... }: { imports = [ @@ -98,6 +99,7 @@ }; environment.systemPackages = with pkgs; [ + osbm-nvim.packages.${system}.default ]; # Some programs need SUID wrappers, can be configured further or are