overlay cutter

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-31 14:27:16 -05:00
parent 30c82dcb4f
commit 1c449848e2
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 29 additions and 6 deletions

View file

@ -111,6 +111,8 @@
sequoia
sccache
awscli2
lldb
(cutter.withPlugins (plugins: [ plugins.rz-ghidra ]))
];
programs.waybar.enable = true;
@ -148,8 +150,6 @@
'';
};
services.gnome-keyring.enable = true;
programs.direnv = {
enable = true;
nix-direnv.enable = true;

View file

@ -89,8 +89,8 @@
"ga" = "git add";
"gaa" = "git add --all";
"gb" = "git branch";
"gc" = "git commit --verbose -s";
"gcmsg" = "git commit -s --message";
"gc" = "git commit --verbose";
"gcmsg" = "git commit --message";
"gd" = "git diff";
"gdca" = "git diff --cached";
"gds" = "git diff --staged";