rice from work

This commit is contained in:
Cal Jurgella 2024-02-16 19:08:46 -06:00
parent b6d3c5a7e2
commit 013643b21f
5 changed files with 351 additions and 16 deletions

View file

@ -77,6 +77,7 @@
};
};
});
apps.full = flake-utils.lib.mkApp {
drv = packages.full; name = "neovim"; exePath = "/bin/nvim";
};