shellapps

This commit is contained in:
2026-03-03 00:35:06 +01:00
parent c228634e80
commit 8fe8a25615

View File

@@ -0,0 +1,10 @@
{ ... }: {
flake.nixosModules.shellapps = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
wget
git
nil
yaml-language-server
];
};
}