feat: alacritty catppuccin theme
This commit is contained in:
parent
9f5e11bd3d
commit
7549a759a2
|
@ -4,6 +4,15 @@
|
|||
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
catppuccin-alacritty = pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "alacritty";
|
||||
rev = "3c808cbb4f9c87be43ba5241bc57373c793d2f17";
|
||||
sha256 = "w9XVtEe7TqzxxGUCDUR9BFkzLZjG8XrplXJ3lX6f+x0=";
|
||||
};
|
||||
in
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
@ -78,7 +87,6 @@
|
|||
neovim
|
||||
|
||||
baobab
|
||||
alacritty
|
||||
pavucontrol
|
||||
|
||||
grim
|
||||
|
@ -175,6 +183,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
import = [ "${catppuccin-alacritty}/catppuccin-mocha.yml" ];
|
||||
window.opacity = 0.825;
|
||||
};
|
||||
};
|
||||
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue