diff --git a/configuration.nix b/configuration.nix index 32811a7..1b0a2a8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -305,7 +305,7 @@ in ''; environment.gnome.excludePackages = with pkgs; [ - gnome-tour gnome-user-docs + gnome-tour gnome-user-docs gnome-console ]; qt = { diff --git a/home.nix b/home.nix index 082ee79..4ae60ef 100644 --- a/home.nix +++ b/home.nix @@ -15,12 +15,13 @@ python3 nmap file - freerdp + freerdp bitwarden-desktop bitwarden-cli lunarvim minicom kicad + ghostty gnomeExtensions.blur-my-shell gnomeExtensions.just-perfection gnomeExtensions.arc-menu @@ -97,6 +98,14 @@ size = 24; }; + # Set Ghostty as default terminal + dconf.settings = { + "org/gnome/desktop/default-applications/terminal" = { + exec = "ghostty"; + exec-arg = ""; + }; + }; + # Manage your git configuration declaratively programs.git = { enable = true;