index
:
dotfiles
master
The Aargh Files
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
terminal_workspace
/
zellij.nix
blob: 549fe9fa021aa81bb50185d3fbb66395d387b181 (
plain
)
1
2
3
4
5
6
{
config
,
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
zellij
];
}