new formatting, nixvim is working
This commit is contained in:
parent
9d1dfa44d7
commit
88db34c822
88 changed files with 1994 additions and 1845 deletions
10
overlay.nix
10
overlay.nix
|
@ -1,6 +1,8 @@
|
|||
{ inputs, outputs, ... }:
|
||||
|
||||
let
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}: let
|
||||
add_nur = self: super: {
|
||||
# nur-no-pkgs = import inputs.nur-no-pkgs { pkgs = inputs.nixpkgs.legacyPackages.${profile-config.system}; nurpkgs = inputs.nixpkgs.legacyPackages.${profile-config.system}; };
|
||||
nur = import inputs.nur {
|
||||
|
@ -14,4 +16,4 @@ let
|
|||
}; # .legacyPackages.${profile-config.system};
|
||||
};
|
||||
};
|
||||
in { nixpkgs.overlays = [ add_nur ]; }
|
||||
in {nixpkgs.overlays = [add_nur];}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue