Files
2025-07-10 14:28:15 +02:00

8 lines
87 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wayland-utils
];
}