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)