2024-02-01 15:21:49 +01:00
|
|
|
{ config, ... }:
|
|
|
|
|
2023-11-13 17:54:16 +01:00
|
|
|
{
|
|
|
|
programs.firefox = {
|
2024-04-28 03:53:21 +02:00
|
|
|
enable = if (config.machine.isGraphical && !config.machine.isGeneric) then true else false;
|
2023-11-13 17:54:16 +01:00
|
|
|
};
|
2024-02-27 02:54:02 +01:00
|
|
|
}
|