Added dev environments through flakes + edit and flake nushell commands

This commit is contained in:
max_ag 2025-07-21 10:03:04 +02:00
parent 84bc5de209
commit b85918d3b1
10 changed files with 179 additions and 309 deletions

View file

@ -13,7 +13,6 @@
config.allowUnfree = true;
overlays = [
inputs.rust-overlay.overlays.default
inputs.dolphin-overlay.overlays.default
];
};