puzzlevision/homes/x86_64-linux/cyn/default.nix

7 lines
77 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
### Tools
git
];
}