From d2152c6978fb95055577d653ee112661c3048179 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 20 Feb 2025 21:16:59 +0000 Subject: [PATCH] add new section for gh-dash --- ubuntu-home.nix | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/ubuntu-home.nix b/ubuntu-home.nix index c0ddbb5..d40b21f 100644 --- a/ubuntu-home.nix +++ b/ubuntu-home.nix @@ -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 = {