From dc4fc2c592c6314e1c38bcb830814097c1b1cb93 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 30 Sep 2024 15:57:29 -0700 Subject: [PATCH] add ghostty --- flake.nix | 4 ---- hosts/laptop/configuration.nix | 2 +- hosts/laptop/home.nix | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 92ec82c..5ae661f 100644 --- a/flake.nix +++ b/flake.nix @@ -104,10 +104,6 @@ {nixpkgs.overlays = overlays;} ./hosts/laptop/configuration.nix home-manager.darwinModules.home-manager - hosts.nixosModule - { - networking.stevenBlackHosts.enable = true; - } { home-manager = { useGlobalPkgs = true; diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index ea75b7f..ddfbde8 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -71,7 +71,7 @@ # minimal dock dock = { autohide = false; - show-process-indicators = false; + show-process-indicators = true; show-recents = true; static-only = true; }; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 5fe1760..18030f4 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -31,6 +31,7 @@ # environment. home.packages = with pkgs; [ + ghostty pyright ruff python312Packages.jedi-language-server