mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-28 15:04:22 -04:00
use unstable warp terminal
This commit is contained in:
parent
f9b7ac00da
commit
c5a09b9246
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
../unstable.nix
|
||||||
|
];
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
warp-terminal
|
unstable.warp-terminal
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue