stuff
This commit is contained in:
@ -3,10 +3,12 @@
|
||||
nurpkgs,
|
||||
home-manager,
|
||||
devenv,
|
||||
nixvim,
|
||||
...
|
||||
}: let
|
||||
pkgs = import nixpkgs {
|
||||
pkgs = import nixpkgs rec {
|
||||
system = "x86_64-linux";
|
||||
overlays = [(final: prev: { nixvim = nixvim.packages.${system}.default; })];
|
||||
};
|
||||
|
||||
nur = import nurpkgs {
|
||||
|
Reference in New Issue
Block a user