tahani: scope ghostty and chrome to tahani only
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -61,8 +61,6 @@ with pkgs;
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [
|
||||
gcc15
|
||||
ghostty
|
||||
ghostty.terminfo
|
||||
google-chrome
|
||||
lm_sensors
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user