Changed nvim config
This commit is contained in:
parent
71c2381c08
commit
cb28a1d6dd
12 changed files with 453 additions and 162 deletions
|
|
@ -23,6 +23,11 @@
|
|||
|
||||
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
dotnetCorePackages.sdk_9_0
|
||||
];
|
||||
|
||||
nix.nixPath = ["/etc/nix/path"];
|
||||
environment.etc =
|
||||
lib.mapAttrs'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue