aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/terminal.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/terminal.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/users/fcuny/desktop/terminal.nix b/users/fcuny/desktop/terminal.nix
index d67d383..c5c419a 100644
--- a/users/fcuny/desktop/terminal.nix
+++ b/users/fcuny/desktop/terminal.nix
@@ -6,12 +6,6 @@
settings = {
env = { TERM = "xterm-256color"; };
- colors = {
- primary = {
- background = "#ffffff";
- foreground = "#000000";
- };
- };
live_config_reload = true;
draw_bold_text_with_bright_colors = true;
selection = { save_to_clipboard = true; };
@@ -20,12 +14,6 @@
style.blinking = "Never";
unfocused_hollow = true;
};
- window = {
- padding = {
- x = 5;
- y = 5;
- };
- };
};
};
}