more configs

This commit is contained in:
2025-09-30 22:05:09 -06:00
parent 279f71bcec
commit ec05cbe7b2
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
vscode-fhs
];
}