Add devenv registry
This commit is contained in:
parent
ade4371c44
commit
e96641729d
5 changed files with 145 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
|||
url = "github:hyprwm/Hyprpaper";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# devenv
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ { self, nixpkgs, ... }: {
|
||||
|
@ -33,6 +39,7 @@
|
|||
modules = [
|
||||
(import ./modules/impurity.nix self)
|
||||
./modules/preserve-system.nix
|
||||
./modules/devenv
|
||||
./modules/overlay-pkgs
|
||||
./modules/core
|
||||
./modules/system.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue