wip: dnsc-machine setup
This commit is contained in:
parent
4ae5a608ff
commit
f726f35474
1 changed files with 9 additions and 1 deletions
|
|
@ -5,8 +5,16 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
terminal = "${pkgs.wezterm}/bin/wezterm";
|
||||
terminal = "${pkgs.wezterm}/bin/wezterm start -- ";
|
||||
layer = "overlay";
|
||||
use-bold = true;
|
||||
icon-theme = "Reversal-dark";
|
||||
width = 70;
|
||||
tabs = 2;
|
||||
horizontal-pad = 10;
|
||||
vertical-pad = 10;
|
||||
inner-pad = 5;
|
||||
line-height = 4;
|
||||
};
|
||||
colors = {
|
||||
background = "0f0b15";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue