1
0
Fork 0
puter/common/zellij.nix
2025-05-11 22:49:04 +02:00

6 lines
73 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.zellij
];
}