aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-07-03 11:12:57 +0530
committerAkshay Nair <phenax5@gmail.com>2025-07-03 11:12:57 +0530
commitbade159d4eb21bc8c04664e61cbd8438d03de748 (patch)
treef6f65de5b3075886e8d11a1bc33dec50051020b4 /modules
parent4dcde73af97061483a95b02c1480fc6917973aa6 (diff)
downloadnixos-config-bade159d4eb21bc8c04664e61cbd8438d03de748.tar.gz
nixos-config-bade159d4eb21bc8c04664e61cbd8438d03de748.zip
Zsh alias change
Diffstat (limited to 'modules')
-rw-r--r--modules/git.home.nix46
1 files changed, 23 insertions, 23 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix
index 963abb4..e1ba8c9 100644
--- a/modules/git.home.nix
+++ b/modules/git.home.nix
@@ -5,7 +5,7 @@
extensions = with pkgs; [
gh-copilot
gh-poi
- gh-dash
+ # gh-dash
gh-notify
];
settings = {
@@ -17,28 +17,28 @@
};
};
- programs.gh-dash = {
- enable = true;
- settings = {
- defaults = {
- preview = {
- open = true;
- width = 80;
- };
- };
- pager = { diff = "delta"; };
- keybindings = {
- prs = [
- { key = "m"; command = "echo accident"; }
- { key = "x"; command = "echo accident"; }
- { key = "a"; command = "echo accident"; }
- { key = "A"; command = "echo accident"; }
- { key = "W"; command = "echo accident"; }
- { key = "X"; command = "echo accident"; }
- ];
- };
- };
- };
+ # programs.gh-dash = {
+ # enable = true;
+ # settings = {
+ # defaults = {
+ # preview = {
+ # open = true;
+ # width = 80;
+ # };
+ # };
+ # pager = { diff = "delta"; };
+ # keybindings = {
+ # prs = [
+ # { key = "m"; command = "echo accident"; }
+ # { key = "x"; command = "echo accident"; }
+ # { key = "a"; command = "echo accident"; }
+ # { key = "A"; command = "echo accident"; }
+ # { key = "W"; command = "echo accident"; }
+ # { key = "X"; command = "echo accident"; }
+ # ];
+ # };
+ # };
+ # };
programs.git = {
enable = true;