feat: alacritty catppuccin theme

This commit is contained in:
Laureηt 2022-12-21 00:25:05 +01:00
parent 9f5e11bd3d
commit 7549a759a2
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -4,6 +4,15 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
let
catppuccin-alacritty = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "alacritty";
rev = "3c808cbb4f9c87be43ba5241bc57373c793d2f17";
sha256 = "w9XVtEe7TqzxxGUCDUR9BFkzLZjG8XrplXJ3lX6f+x0=";
};
in
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
@ -78,7 +87,6 @@
neovim neovim
baobab baobab
alacritty
pavucontrol pavucontrol
grim grim
@ -175,6 +183,14 @@
}; };
}; };
programs.alacritty = {
enable = true;
settings = {
import = [ "${catppuccin-alacritty}/catppuccin-mocha.yml" ];
window.opacity = 0.825;
};
};
programs.librewolf = { programs.librewolf = {
enable = true; enable = true;
settings = { settings = {