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
];
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;
};
};
};

View file

@ -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 = {