index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applications
/
gui
/
warp
/
default.nix
blob: 347c651aec6d4a0737c9cb3e86bc7e1076d501be (
plain
) (
blame
)
1
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
warp-terminal
];
}