3 Commits
3 changed files with 7 additions and 2 deletions
@@ -46,7 +46,7 @@ in
ublacklist
vimium
wappalyzer # TODO: only for work profile
pkgs.nmasur.firefox-history-exporter
# pkgs.nmasur.firefox-history-exporter
# copy-as-markdown
# saml-tracer
# text-fragment
@@ -49,7 +49,11 @@ in
custom = {
jj = {
when = "jj-starship detect";
shell = [ "jj-starship" ];
shell = [
"jj-starship"
"--no-jj-prefix"
"--no-git-prefix"
];
format = "$output ";
};
};
@@ -38,6 +38,7 @@ in
pkgs.nmasur.ocr # Converts images to text
pkgs.nmasur.aws-ec2 # Browse EC2 instances
pkgs.nmasur.terraform-init # Quick shortcut for initializing Terraform backend
pkgs.uv # Python packaging
];
programs.fish.shellAliases.ec2 = "aws-ec2";