Alacritty configured

This commit is contained in:
LarsZauberer 2024-04-13 21:31:55 +02:00
commit cea755e932
6 changed files with 536 additions and 48 deletions

View file

@ -20,7 +20,6 @@
vesktop.enable = true;
btop.enable = true;
mpv.enable = true;
schizofox.enable = false;
zsh = {
enable = true;
@ -31,9 +30,9 @@
};
ohmyzsh = {
enable = true;
theme = "fino-time";
};
};
theme = "fino-time";
};
};
git = {
enable = true;
@ -43,17 +42,22 @@
};
firefox = {
enable = true;
extensions = {
"support@lastpass.com" = {
install_url = "https://addons.mozilla.org/firefox/downloads/file/4246455/lastpass_password_manager-4.127.0.1.xpi";
installation_mode = "force_installed";
};
"newtaboverride@agenedia.com" = {
install_url = "https://addons.mozilla.org/firefox/downloads/file/4231522/new_tab_override-16.0.0.xpi";
installation_mode = "force_installed";
};
};
enable = true;
extensions = {
"support@lastpass.com" = {
install_url = "https://addons.mozilla.org/firefox/downloads/file/4246455/lastpass_password_manager-4.127.0.1.xpi";
installation_mode = "force_installed";
};
"newtaboverride@agenedia.com" = {
install_url = "https://addons.mozilla.org/firefox/downloads/file/4231522/new_tab_override-16.0.0.xpi";
installation_mode = "force_installed";
};
};
};
alacritty = {
enable = true;
catppuccin = true;
};
};