fix: remove nixvim hardcoded system
This commit is contained in:
parent
be1df0d826
commit
53378cdfc9
3 changed files with 34 additions and 34 deletions
|
@ -1,7 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Install our nixvim configuration for neovim.
|
||||
home.packages = [ inputs.nixvim-config.packages.x86_64-linux.default ];
|
||||
home.packages = [ inputs.nixvim.packages.${pkgs.system}.default ];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue