chore: update alacritty syntax
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
7b80fd14dd
commit
78c43956c5
1 changed files with 4 additions and 6 deletions
|
|
@ -1,8 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
theme = import ../../../../lib/theme { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
{pkgs, ...}: let
|
||||
theme = import ../../../../lib/theme {inherit pkgs;};
|
||||
in {
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
|
|
@ -18,7 +16,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
live_config_reload = true;
|
||||
general.live_config_reload = true;
|
||||
scrolling.history = 100000;
|
||||
|
||||
font = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue