From 93765716159b481429d2982a3ef81f1659825c61 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Mar 2022 19:46:14 -0800 Subject: terminal: nixfmt --- users/fcuny/desktop/terminal.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'users') diff --git a/users/fcuny/desktop/terminal.nix b/users/fcuny/desktop/terminal.nix index 293e1f3..d67d383 100644 --- a/users/fcuny/desktop/terminal.nix +++ b/users/fcuny/desktop/terminal.nix @@ -1,13 +1,11 @@ -{ config, pkgs, lib, ...}: +{ config, pkgs, lib, ... }: { programs.alacritty = { enable = true; settings = { - env = { - TERM = "xterm-256color"; - }; + env = { TERM = "xterm-256color"; }; colors = { primary = { background = "#ffffff"; @@ -16,12 +14,8 @@ }; live_config_reload = true; draw_bold_text_with_bright_colors = true; - selection = { - save_to_clipboard = true; - }; - font = { - size = 12; - }; + selection = { save_to_clipboard = true; }; + font = { size = 12; }; cursor = { style.blinking = "Never"; unfocused_hollow = true; -- cgit 1.4.1