add ghostty
This commit is contained in:
parent
34e75f79d8
commit
dc4fc2c592
3 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
# minimal dock
|
||||
dock = {
|
||||
autohide = false;
|
||||
show-process-indicators = false;
|
||||
show-process-indicators = true;
|
||||
show-recents = true;
|
||||
static-only = true;
|
||||
};
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
# environment.
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ghostty
|
||||
pyright
|
||||
ruff
|
||||
python312Packages.jedi-language-server
|
||||
|
|
Loading…
Reference in a new issue