Files
2026-07-04 05:01:54 +02:00

9 lines
101 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nixd
nil
];
}