add rebuild command (untested)
This commit is contained in:
parent
983e994930
commit
52a5010891
3 changed files with 40 additions and 0 deletions
|
@ -6,7 +6,19 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
overlays = [
|
||||
# Add overlays your own flake exports (from overlays and pkgs dir):
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Custom tools
|
||||
rebuild
|
||||
|
||||
# System tools
|
||||
age
|
||||
alejandra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue