6 lines
98 B
Nix
6 lines
98 B
Nix
{ config, pkgs, options, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
ladybird
|
|
];
|
|
}
|