tahani: scope ghostty and chrome to tahani only

This commit is contained in:
2026-02-02 21:18:41 +00:00
parent 631e32469f
commit 2c6f577d60
2 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,11 @@
networking.hostName = hostname; networking.hostName = hostname;
home-manager.users.${user} = { home-manager.users.${user} = {
home.packages = with pkgs; [
ghostty
google-chrome
];
imports = [ imports = [
../../profiles/atuin.nix ../../profiles/atuin.nix
../../profiles/bash.nix ../../profiles/bash.nix

View File

@@ -61,8 +61,6 @@ with pkgs;
] ]
++ lib.optionals stdenv.isLinux [ ++ lib.optionals stdenv.isLinux [
gcc15 gcc15
ghostty
ghostty.terminfo ghostty.terminfo
google-chrome
lm_sensors lm_sensors
] ]