feat: add misc

This commit is contained in:
tux
2026-05-06 21:08:18 +05:30
parent 923ac5bc95
commit ffeb02cb84

View File

@@ -0,0 +1,7 @@
{
flake.modules.homeManager.shell =
{ pkgs, ... }:
{
home.packages = with pkgs; [ unzip ];
};
}