use unstable warp terminal

This commit is contained in:
sadan 2025-06-24 14:17:58 -04:00
parent f9b7ac00da
commit c5a09b9246
No known key found for this signature in database

View file

@ -1,8 +1,11 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
imports = [
../unstable.nix
];
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
warp-terminal unstable.warp-terminal
]; ];
}; };
} }