add nvim to tartarus
This commit is contained in:
parent
6f8ecf18b9
commit
4d79606ac6
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
pkgs,
|
||||
pkgs-unstable,
|
||||
system-label,
|
||||
osbm-nvim,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
@ -98,6 +99,7 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
osbm-nvim.packages.${system}.default
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue