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