refactor profiles
This commit is contained in:
parent
738b86369a
commit
f252b99469
14 changed files with 151 additions and 133 deletions
|
@ -37,6 +37,11 @@
|
|||
inputs.nixpkgs.follows = "myNixpkgs";
|
||||
};
|
||||
helix.url = github:helix-editor/helix/22.08.1;
|
||||
|
||||
nixos-generators = {
|
||||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { ... } @ args: import ./outputs.nix args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue