diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-27 08:57:11 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-27 08:57:11 -0600 |
| commit | 6cea964db94f876e8363f0a609160599d53c274c (patch) | |
| tree | 9be83723574c8cf6e7d475144d35dd63571d676b /hosts/jupiter/config.nix | |
| parent | c8c90cfbd3c648c81cf8c0181a1e905bb26fee06 (diff) | |
ghostty
Diffstat (limited to 'hosts/jupiter/config.nix')
| -rw-r--r-- | hosts/jupiter/config.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/jupiter/config.nix b/hosts/jupiter/config.nix index 06f2005..ff78c3d 100644 --- a/hosts/jupiter/config.nix +++ b/hosts/jupiter/config.nix @@ -7,10 +7,11 @@ desktop = { gnome.enable = true; gdm.enable = true; + gtk.enable = true; programs = { firefox.enable = true; - blackbox.enable = true; + ghostty.enable = true; }; }; |
