6 lines
80 B
Nix
Executable file
6 lines
80 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
firefox
|
|
];
|
|
}
|