nichts/nyx/homes/notashelf/programs/terminal/tools/nix-shell.nix
2024-04-09 23:11:33 +02:00

8 lines
99 B
Nix

{pkgs, ...}: {
home = {
packages = with pkgs; [
alejandra
nix-tree
];
};
}