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