add my nvim
This commit is contained in:
parent
9c274c128b
commit
5a7d8fcba6
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue