neovim new config
This commit is contained in:
parent
763bbf5cc1
commit
315e988734
50 changed files with 739 additions and 52 deletions
|
|
@ -29,6 +29,10 @@
|
|||
url = "github:danth/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
# ici :
|
||||
# - inputs@ capture l'ensemble des inputs dans une variable "inputs" accessible par
|
||||
|
|
@ -45,6 +49,7 @@
|
|||
nixos-hardware,
|
||||
zen-browser,
|
||||
stylix,
|
||||
nixvim,
|
||||
...
|
||||
}:
|
||||
# pour la configuration nixos-home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue