tahani: scope ghostty and chrome to tahani only
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user