add ghostty

This commit is contained in:
Natalie 2024-09-30 15:57:29 -07:00
parent 34e75f79d8
commit dc4fc2c592
3 changed files with 2 additions and 5 deletions

View file

@ -104,10 +104,6 @@
{nixpkgs.overlays = overlays;} {nixpkgs.overlays = overlays;}
./hosts/laptop/configuration.nix ./hosts/laptop/configuration.nix
home-manager.darwinModules.home-manager home-manager.darwinModules.home-manager
hosts.nixosModule
{
networking.stevenBlackHosts.enable = true;
}
{ {
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;

View file

@ -71,7 +71,7 @@
# minimal dock # minimal dock
dock = { dock = {
autohide = false; autohide = false;
show-process-indicators = false; show-process-indicators = true;
show-recents = true; show-recents = true;
static-only = true; static-only = true;
}; };

View file

@ -31,6 +31,7 @@
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [
ghostty
pyright pyright
ruff ruff
python312Packages.jedi-language-server python312Packages.jedi-language-server