Compare commits
2 commits
36bbb8603a
...
14e8b6a8fd
Author | SHA1 | Date | |
---|---|---|---|
14e8b6a8fd | |||
95d3f9be93 |
2 changed files with 13 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
local wezterm = require 'wezterm'
|
||||
local wezterm = require('wezterm')
|
||||
|
||||
local config = {
|
||||
|
||||
return {
|
||||
front_end = "WebGpu",
|
||||
webgpu_preferred_adapter = {
|
||||
backend = "Vulkan",
|
||||
|
@ -14,6 +15,12 @@ return {
|
|||
text_background_opacity = 1.0,
|
||||
enable_tab_bar = false,
|
||||
color_scheme = 'tokyonight',
|
||||
|
||||
window_padding = { top = 20, bottom = 20, left = 20, right = 20 }
|
||||
window_padding = {
|
||||
top = 20,
|
||||
bottom = 20,
|
||||
left = 20,
|
||||
right = 20
|
||||
}
|
||||
}
|
||||
|
||||
return config
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{lib, ...}: {
|
||||
networking = {
|
||||
nameservers = [
|
||||
"185.12.64.2"
|
||||
"185.12.64.1"
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
];
|
||||
defaultGateway = "172.31.1.1";
|
||||
defaultGateway6 = {
|
||||
|
|
Loading…
Reference in a new issue