diff --git a/homes/julian/features/ghostty/default.nix b/homes/julian/features/ghostty/default.nix index 523cf1d..5ebb2c8 100644 --- a/homes/julian/features/ghostty/default.nix +++ b/homes/julian/features/ghostty/default.nix @@ -2,8 +2,7 @@ lib, config, ... -}: -{ +}: { programs.ghostty = { enable = true; enableFishIntegration = true; diff --git a/modules/home-manager/terminal.nix b/modules/home-manager/terminal.nix index c6e0a6a..0c86025 100644 --- a/modules/home-manager/terminal.nix +++ b/modules/home-manager/terminal.nix @@ -1,9 +1,4 @@ -{ - config, - lib, - pkgs, - ... -}: { +{lib, ...}: { options.terminal = lib.mkOption { type = lib.types.str; example = "alacritty";