Added Bitwarden for SSH, additional changes to nvf, firefox, and general style changes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user