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
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue