fix
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: let
|
||||
nixovim = inputs.nixovim.packages.${pkgs.system}.default;
|
||||
in {
|
||||
}: {
|
||||
home.packages = [
|
||||
nixovim
|
||||
pkgs.lazygit
|
||||
inputs.nixovim.packages.${system}.default
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user