mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
8 lines
No EOL
130 B
Nix
8 lines
No EOL
130 B
Nix
{ pkgs, ...}: {
|
|
home-manager.users.may.home.packages = with pkgs; [
|
|
git
|
|
gitui
|
|
# yes I'm a baby I know
|
|
gh
|
|
];
|
|
} |