add my nvim

This commit is contained in:
Osman Faruk Bayram 2024-12-17 00:06:17 +03:00
parent 9c274c128b
commit 5a7d8fcba6
2 changed files with 4 additions and 2 deletions

View file

@ -53,7 +53,7 @@
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
]; ];
specialArgs = { specialArgs = {
inherit pkgs-unstable system-label; inherit pkgs-unstable system-label osbm-nvim;
}; };
}; };
ymir = nixpkgs.lib.nixosSystem rec { ymir = nixpkgs.lib.nixosSystem rec {
@ -64,7 +64,7 @@
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
]; ];
specialArgs = { specialArgs = {
inherit pkgs-unstable system-label; inherit pkgs-unstable system-label osbm-nvim;
}; };
}; };
}; };

View file

@ -6,6 +6,7 @@
pkgs, pkgs,
pkgs-unstable, pkgs-unstable,
system-label, system-label,
osbm-nvim,
... ...
}: { }: {
imports = [ imports = [
@ -161,6 +162,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
nvidia-container-toolkit nvidia-container-toolkit
osbm-nvim
]; ];
services.ollama = { services.ollama = {