Let's try adding it again?
This commit is contained in:
parent
1d2edcf72f
commit
0e7f2c1e87
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
# You can add overlays here
|
||||
overlays = [
|
||||
# Add overlays your own flake exports (from overlays and pkgs dir):
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
|
||||
# You can also add overlays exported from other flakes:
|
||||
# neovim-nightly-overlay.overlays.default
|
||||
|
@ -56,6 +59,10 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Custom tools
|
||||
dvd
|
||||
dvt
|
||||
|
||||
# System tools
|
||||
age
|
||||
alejandra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue