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;}
./hosts/laptop/configuration.nix
home-manager.darwinModules.home-manager
hosts.nixosModule
{
networking.stevenBlackHosts.enable = true;
}
{
home-manager = {
useGlobalPkgs = true;

View file

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

View file

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