feat: Dump of updates

This commit is contained in:
Glen Goodwin 2023-06-19 02:58:07 -04:00
parent 81504a006e
commit e6c53843b4
12 changed files with 274 additions and 35 deletions

View file

@ -1,9 +1,6 @@
{ pkgs, ... }:
{
# https://devenv.sh/basics/
env.GREET = "devenv";
# https://devenv.sh/packages/
packages = [ pkgs.git ];