remove mise in favor of specific versions from nixpkgs

This commit is contained in:
insects 2024-09-28 12:26:31 +02:00
parent 824a839485
commit 36e8027fdf
4 changed files with 4 additions and 14 deletions

View file

@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = with pkgs; [ nodejs_22 ruby_3_3 ]; }