summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormediocregopher <mediocregopher@gmail.com>2023-11-17 10:55:53 +0100
committermediocregopher <mediocregopher@gmail.com>2023-11-17 10:55:53 +0100
commit5497aa7dace1677236afc94f507ebc12c2be0619 (patch)
tree53a79f9de1469d704c1e8cec60bb0eae7d63294a
parent891be20050797f14b8f00dd2ccb1f928b7e85c00 (diff)
Update alacritty, it was busted after archlinux update for some reason
-rw-r--r--alacritty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/default.nix b/alacritty/default.nix
index 213ec86..15fc3a4 100644
--- a/alacritty/default.nix
+++ b/alacritty/default.nix
@@ -1,9 +1,9 @@
{
config,
+ zsh,
- pkgs ? (import ../pkgs.nix).stable2305 {},
- zsh ? pkgs.zsh,
+ pkgs ? (import ../pkgs.nix).edge {},
}: rec {