aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--home/nipsy/common/optional/desktops/i3/default.nix2
-rw-r--r--overlays/default.nix14
2 files changed, 8 insertions, 8 deletions
diff --git a/home/nipsy/common/optional/desktops/i3/default.nix b/home/nipsy/common/optional/desktops/i3/default.nix
index 00af3f2..758c61c 100644
--- a/home/nipsy/common/optional/desktops/i3/default.nix
+++ b/home/nipsy/common/optional/desktops/i3/default.nix
@@ -3,7 +3,7 @@
home = {
file = {
".config/ghostty/config".text = ''
- async-backend = epoll
+ #async-backend = epoll
background-opacity = 0.8
cursor-color = #ffffff
font-family = "DejaVu Sans Mono"
diff --git a/overlays/default.nix b/overlays/default.nix
index 1af07c3..620c73c 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -22,13 +22,13 @@
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
- #ghostty = prev.ghostty.overrideAttrs (_: {
- # preBuild = ''
- # shopt -s globstar
- # sed -i 's/^const xev = @import("xev");$/const xev = @import("xev").Epoll;/' **/*.zig
- # shopt -u globstar
- # '';
- #});
+ ghostty = prev.ghostty.overrideAttrs (_: {
+ preBuild = ''
+ shopt -s globstar
+ sed -i 's/^const xev = @import("xev");$/const xev = @import("xev").Epoll;/' **/*.zig
+ shopt -u globstar
+ '';
+ });
linux-firmware = prev.linux-firmware.overrideAttrs (old: rec {
pname = "linux-firmware";