From 2c6f577d605d8eb748a6a1c26c7f965344983072 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 2 Feb 2026 21:18:41 +0000 Subject: [PATCH] tahani: scope ghostty and chrome to tahani only --- hosts/tahani/default.nix | 5 +++++ profiles/packages.nix | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ]