feat: add 'devenv' home manager module

This commit is contained in:
2026-04-05 18:13:12 +02:00
parent 2248d7d781
commit 585259480e
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.devenv ];
}