Alacritty configured

This commit is contained in:
LarsZauberer 2024-04-13 21:31:55 +02:00
commit 23fee3c7eb
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;
};
};

View file

@ -7,6 +7,14 @@
username = "lars";
};
};
programs = {
alacritty = {
opacity = 0.8;
blur = true;
};
};
hyprland = {
enable = true;
nvidia.enable = true;

View file

@ -7,20 +7,19 @@ in {
fenix = inputs.fenix.packages.${pkgs.system};
in with pkgs; [
neofetch
neofetch
git
trash-cli
trash-cli
element-desktop
steam
libreoffice-fresh
ventoy-full
lazygit
obsidian
obsidian
neofetch
zip
vlc
zathura
alacritty
unzip
gcc
bibata-cursors
@ -45,15 +44,15 @@ in {
python3
rustdesk
neovim
tmux
kitty
nextcloud-client
vscode
grim
slurp
wl-clipboard
pavucontrol
wofi
tmux
kitty
nextcloud-client
vscode
grim
slurp
wl-clipboard
pavucontrol
wofi
];
};
}