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, ... }:
|
{pkgs, ...}: let
|
||||||
let
|
theme = import ../../../../lib/theme {inherit pkgs;};
|
||||||
theme = import ../../../../lib/theme { inherit pkgs; };
|
in {
|
||||||
in
|
|
||||||
{
|
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
|
|
@ -18,7 +16,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
live_config_reload = true;
|
general.live_config_reload = true;
|
||||||
scrolling.history = 100000;
|
scrolling.history = 100000;
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue