From 6d21fe4262daa76d001de6cbcc89727383ed1c15 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 4 Jul 2025 14:44:31 +0200 Subject: [PATCH] format code --- homes/julian/features/ghostty/default.nix | 3 +-- modules/home-manager/terminal.nix | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) 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";