home-manager: temporarily removed warp-terminal due to nixpkgs bug #295553

This commit is contained in:
Aly Raffauf 2024-03-15 09:09:22 -04:00
parent 3f78649ef7
commit 55ec427d18

View file

@ -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
];