This website requires JavaScript.
Explore
Help
Sign In
wizardlink
/
linuxware
Watch
1
Star
0
Fork
You've already forked linuxware
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
a8e7b39a4a
linuxware
/
programs
/
wezterm
/
default.nix
9 lines
112 B
Nix
Raw
Normal View
History
Unescape
Escape
fix: make wezterm use x11 as it broke again! :)
2024-03-06 23:20:45 -03:00
{
.
.
.
}:
chore: initial commit
2023-11-05 04:53:31 -03:00
{
programs
.
wezterm
=
{
enable
=
true
;
extraConfig
=
builtins
.
readFile
./wezterm.lua
;
}
;
}
Reference in a new issue
Copy permalink