diff --git a/flake.nix b/flake.nix index 002fca9..371486a 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ sops-nix.nixosModules.sops ]; specialArgs = { - inherit pkgs-unstable system-label; + inherit pkgs-unstable system-label osbm-nvim; }; }; ymir = nixpkgs.lib.nixosSystem rec { @@ -64,7 +64,7 @@ sops-nix.nixosModules.sops ]; specialArgs = { - inherit pkgs-unstable system-label; + inherit pkgs-unstable system-label osbm-nvim; }; }; }; diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index e60c572..1db1849 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -6,6 +6,7 @@ pkgs, pkgs-unstable, system-label, + osbm-nvim, ... }: { imports = [ @@ -161,6 +162,7 @@ environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. nvidia-container-toolkit + osbm-nvim ]; services.ollama = {