From 5fe8e3107f618443c89808e5cd2efb028d1b8728 Mon Sep 17 00:00:00 2001 From: HerozDotExe Date: Thu, 19 Mar 2026 19:01:06 +0100 Subject: [PATCH] feat: replace gnome console with ghostty --- configuration.nix | 1 + home.nix | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index 05ec793..f4c92b0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -104,6 +104,7 @@ simple-scan gnome-music geary + gnome-console ]; # Configure keymap in X11 diff --git a/home.nix b/home.nix index 9f0d6bf..4fdec3f 100644 --- a/home.nix +++ b/home.nix @@ -78,6 +78,13 @@ in }; }; + programs.ghostty = { + enable = true; + settings = { + theme = "Adwaita Dark"; + }; + }; + programs.nushell = { enable = true; extraConfig = ''