From 55ec427d1845b9589aa0c8515398ceea62f8fd4e Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 15 Mar 2024 09:09:22 -0400 Subject: [PATCH] home-manager: temporarily removed warp-terminal due to nixpkgs bug #295553 --- home/aly.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/aly.nix b/home/aly.nix index dcb4c0ab..0854a2ff 100644 --- a/home/aly.nix +++ b/home/aly.nix @@ -11,6 +11,8 @@ services.syncthing.enable = true; + + # Packages that should be installed to the user profile. home.packages = with pkgs; [ curl @@ -19,7 +21,7 @@ github-desktop syncthing vscode - warp-terminal + # warp-terminal wget ];