mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add new section for gh-dash
This commit is contained in:
parent
8ae385744f
commit
d2152c6978
1 changed files with 29 additions and 4 deletions
|
@ -10,24 +10,29 @@
|
|||
bat
|
||||
bottom
|
||||
cargo
|
||||
cyme
|
||||
dua
|
||||
eza
|
||||
fastfetch
|
||||
fd
|
||||
freshfetch
|
||||
gcc
|
||||
gnumake
|
||||
go
|
||||
himalaya
|
||||
pkg-config
|
||||
rustc
|
||||
];
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
home-upgrade = "home-manager switch";
|
||||
cat = "bat";
|
||||
ls = "eza";
|
||||
lsusb = "cyme";
|
||||
};
|
||||
# bashrcExtra = "eval `ssh-agent`";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
@ -62,6 +67,26 @@
|
|||
|
||||
programs.gh.enable = true;
|
||||
|
||||
programs.gh-dash = {
|
||||
enable = true;
|
||||
settings = {
|
||||
prSections = [
|
||||
{
|
||||
title = "My Pull Requests";
|
||||
filters = "is:open author:@me";
|
||||
}
|
||||
{
|
||||
title = "My Review Requests";
|
||||
filters = "is:open review-requested:@me";
|
||||
}
|
||||
{
|
||||
title = "Assigned PRs";
|
||||
filters = "is:open assignee:@me";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue