aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-27 08:57:11 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-27 08:57:11 -0600
commit6cea964db94f876e8363f0a609160599d53c274c (patch)
tree9be83723574c8cf6e7d475144d35dd63571d676b /hosts/jupiter
parentc8c90cfbd3c648c81cf8c0181a1e905bb26fee06 (diff)
ghostty
Diffstat (limited to 'hosts/jupiter')
-rw-r--r--hosts/jupiter/config.nix3
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;
};
};