refactor profiles

This commit is contained in:
Tim Schubert 2023-02-04 16:08:50 +01:00
parent 738b86369a
commit f252b99469
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
14 changed files with 151 additions and 133 deletions

View file

@ -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;