installs ghostty only on linux
This commit is contained in:
parent
b0a4318b74
commit
6d018f32b5
1 changed files with 2 additions and 1 deletions
|
|
@ -27,10 +27,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.modules.homeManager.terminal =
|
flake.modules.homeManager.terminal =
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
{
|
{
|
||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = if pkgs.stdenv.isDarwin then null else pkgs.ghostty;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
font-size = 14;
|
font-size = 14;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue