fix(common): make ghostty.terminfo Linux-only
All checks were successful
CI / check (push) Successful in 3m13s
All checks were successful
CI / check (push) Successful in 3m13s
This commit is contained in:
@@ -8,11 +8,12 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
glances
|
glances
|
||||||
ghostty.terminfo # So tmux works when SSH'ing from ghostty
|
|
||||||
pciutils
|
pciutils
|
||||||
tree
|
tree
|
||||||
usbutils
|
usbutils
|
||||||
vim
|
vim
|
||||||
|
] ++ lib.optionals pkgs.stdenv.isLinux [
|
||||||
|
ghostty.terminfo # So tmux works when SSH'ing from ghostty
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|||||||
Reference in New Issue
Block a user