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