mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
pkgs: switch to new neovim configuration
This commit is contained in:
parent
76b7394008
commit
db20afcf68
3 changed files with 675 additions and 250 deletions
922
flake.lock
922
flake.lock
File diff suppressed because it is too large
Load diff
|
@ -60,7 +60,7 @@
|
|||
};
|
||||
|
||||
viminal = {
|
||||
url = "github:youwen5/viminal";
|
||||
url = "git+https://code.youwen.dev/youwen5/viminal2";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
{
|
||||
environment.systemPackages = [
|
||||
inputs.viminal.packages.${pkgs.system}.default
|
||||
inputs.viminal.packages.${pkgs.system}.vimg
|
||||
];
|
||||
|
||||
security.sudo.enable = false;
|
||||
|
|
Loading…
Reference in a new issue