mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Remove unnecessay flags from Fuzzel terminal option
This commit is contained in:
parent
5a4f458903
commit
54fc61bd7f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ homeConfiguration "nixos" {
|
||||||
dpi-aware = false;
|
dpi-aware = false;
|
||||||
prompt = ''"❯ "'';
|
prompt = ''"❯ "'';
|
||||||
|
|
||||||
terminal = "kitty --detach --hold";
|
terminal = "kitty";
|
||||||
|
|
||||||
tabs = 4;
|
tabs = 4;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue