1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Remove unnecessay flags from Fuzzel terminal option

This commit is contained in:
RGBCube 2023-11-14 09:29:34 +03:00
parent 5a4f458903
commit 54fc61bd7f
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ homeConfiguration "nixos" {
dpi-aware = false;
prompt = ''" "'';
terminal = "kitty --detach --hold";
terminal = "kitty";
tabs = 4;