diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-28 12:33:12 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-28 12:33:12 -0700 |
| commit | 23ea9c9ee8c1d953fe1d53ee8b26b0ce559d6f75 (patch) | |
| tree | 334d7c7b06aeefa0cc8c3fbca3e564d34fa98b83 /hosts | |
| parent | be018429ade451f4adb50a5a9cc8068b5a9d2e10 (diff) | |
phoenix: install firefox
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/phoenix/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/phoenix/configuration.nix b/hosts/phoenix/configuration.nix index b584114..80dbb06 100644 --- a/hosts/phoenix/configuration.nix +++ b/hosts/phoenix/configuration.nix @@ -79,6 +79,7 @@ environment.systemPackages = with pkgs; [ ffmpeg + firefox ]; system.stateVersion = "24.05"; |