From 54b4e103ed6411c161f7fc288fea75e101ceed96 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 7 Oct 2024 13:22:15 +0200 Subject: [PATCH] lxterminal --- users/pbsds/home/profiles/desktop/lxterminal/default.nix | 1 + users/pbsds/home/profiles/desktop/lxterminal/lxterminal.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/users/pbsds/home/profiles/desktop/lxterminal/default.nix b/users/pbsds/home/profiles/desktop/lxterminal/default.nix index 78676df..437a8fd 100644 --- a/users/pbsds/home/profiles/desktop/lxterminal/default.nix +++ b/users/pbsds/home/profiles/desktop/lxterminal/default.nix @@ -2,4 +2,5 @@ { home.packages = with pkgs; [ lxterminal ]; home.file.".config/lxterminal/lxterminal.conf".source = ./lxterminal.conf; + home.file.".config/lxterminal/lxterminal.conf".force = true; } diff --git a/users/pbsds/home/profiles/desktop/lxterminal/lxterminal.conf b/users/pbsds/home/profiles/desktop/lxterminal/lxterminal.conf index 81e8a8b..fdf1b1e 100644 --- a/users/pbsds/home/profiles/desktop/lxterminal/lxterminal.conf +++ b/users/pbsds/home/profiles/desktop/lxterminal/lxterminal.conf @@ -1,6 +1,6 @@ [general] fontname=Monospace 14 -selchars=-A-Za-z0-9,./?%&#:_@\+= +selchars=-A-Za-z0-9,./?%&#:_~=+ scrollback=5000 bgcolor=rgb(0,0,0) fgcolor=rgb(211,215,207)