Alacritty configured
This commit is contained in:
parent
b57fc6581c
commit
cea755e932
6 changed files with 536 additions and 48 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue