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;}
|
{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;
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue