dev
This commit is contained in:
parent
59447329de
commit
88d5ac575b
@ -20,7 +20,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, neovim, ... }@inputs: {
|
outputs = { self, nixpkgs, neovim, ... }@inputs: {
|
||||||
nixosModules.neovim = { config, pkgs, lib, ... }: {
|
nixosModules.neovim = { config, lib, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./modules/nvim/nvim.nix
|
./modules/nvim/nvim.nix
|
||||||
];
|
];
|
||||||
|
|||||||
@ -8,7 +8,7 @@ with lib; {
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
# Installation de Neovim en tant que package système
|
# Installation de Neovim en tant que package système
|
||||||
environment.systemPackages = [ inputs.neovim.packages.${pkgs.system}.neovim ];
|
environment.systemPackages = [ inputs.neovim ];
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user