Files
nixos-configuration/home/github.nix
2023-04-29 14:27:16 +02:00

6 lines
70 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
github-cli
];
}