diff --git a/hosts/tahani/default.nix b/hosts/tahani/default.nix index 531dbc7..88ac72a 100644 --- a/hosts/tahani/default.nix +++ b/hosts/tahani/default.nix @@ -23,6 +23,11 @@ networking.hostName = hostname; home-manager.users.${user} = { + home.packages = with pkgs; [ + ghostty + google-chrome + ]; + imports = [ ../../profiles/atuin.nix ../../profiles/bash.nix diff --git a/profiles/packages.nix b/profiles/packages.nix index 54a9437..6264ea7 100644 --- a/profiles/packages.nix +++ b/profiles/packages.nix @@ -61,8 +61,6 @@ with pkgs; ] ++ lib.optionals stdenv.isLinux [ gcc15 - ghostty ghostty.terminfo - google-chrome lm_sensors ]