diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-09 09:42:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-09 09:42:03 -0700 |
| commit | 1125aaa49aec6a220fd3b9d03076fec398b35a14 (patch) | |
| tree | 5570b0c094ead9d7879ca3d360ff3de7f45d4516 /users/fcuny/desktop/terminal.nix | |
| parent | delete all CLI modules (diff) | |
| download | infra-1125aaa49aec6a220fd3b9d03076fec398b35a14.tar.gz | |
add a few more modules to home/ and delete stuff
Diffstat (limited to 'users/fcuny/desktop/terminal.nix')
| -rw-r--r-- | users/fcuny/desktop/terminal.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/users/fcuny/desktop/terminal.nix b/users/fcuny/desktop/terminal.nix deleted file mode 100644 index c5c419a..0000000 --- a/users/fcuny/desktop/terminal.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - programs.alacritty = { - enable = true; - - settings = { - env = { TERM = "xterm-256color"; }; - live_config_reload = true; - draw_bold_text_with_bright_colors = true; - selection = { save_to_clipboard = true; }; - font = { size = 12; }; - cursor = { - style.blinking = "Never"; - unfocused_hollow = true; - }; - }; - }; -} |
