Added Bitwarden for SSH, additional changes to nvf, firefox, and general style changes

This commit is contained in:
2025-09-25 14:10:41 -04:00
parent 86772926fd
commit f13ccab5db
8 changed files with 36 additions and 27 deletions

View File

@@ -103,10 +103,19 @@
];
}
];
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = [ "@np" ];
};
chat-gpt = {
name = "ChatGPT";
urls = [
{
template = "https://chatgpt.com?q={searchTerms}&temporary-chat=true";
}
];
iconMapObj."64" = "https://chatgpt.com/favicon.ico";
definedAliases = [ "@gpt" ];
};
};
};
settings = {