Some checks failed
Run nix flake check / flake-check (push) Failing after 15m6s
9 lines
106 B
Nix
9 lines
106 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = [
|
|
pkgs.git
|
|
pkgs.jq
|
|
pkgs.kitty.terminfo
|
|
];
|
|
}
|