devenv: ghostty + fish + timg + nushell
This commit is contained in:
parent
a79f4aef2b
commit
700c9a19cf
2 changed files with 20 additions and 1 deletions
20
default.nix
20
default.nix
|
|
@ -59,6 +59,20 @@ let
|
|||
});
|
||||
};
|
||||
|
||||
# ghostty tests require ptys
|
||||
ghostty-overlay = self: super: {
|
||||
ghostty = super.ghostty.overrideAttrs (old: {
|
||||
doCheck = false;
|
||||
});
|
||||
};
|
||||
|
||||
# fish tests require ptys
|
||||
fish-overlay = self: super: {
|
||||
fish = super.fish.overrideAttrs (old: {
|
||||
doCheck = false;
|
||||
});
|
||||
};
|
||||
|
||||
# # nixGL not present in my nixpkgs snapshot
|
||||
# nixgl-overlay = self: super: {
|
||||
# nixGL = import (self.fetchFromGitHub {
|
||||
|
|
@ -192,6 +206,8 @@ let
|
|||
swtpm-overlay
|
||||
mailutils-overlay
|
||||
notmuch-overlay
|
||||
ghostty-overlay
|
||||
fish-overlay
|
||||
# nixgl-overlay
|
||||
# llvm-overlay
|
||||
xo-overlay
|
||||
|
|
@ -240,6 +256,10 @@ let
|
|||
pkgs.emacsPackages.notmuch
|
||||
pkgs.inconsolata-lgc
|
||||
pkgs.fontconfig
|
||||
pkgs.ghostty
|
||||
pkgs.timg
|
||||
pkgs.fish
|
||||
pkgs.nushell
|
||||
];
|
||||
|
||||
# xo general-purpose devutils
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
libEGL_nvidia.so.580.95.05
|
||||
Loading…
Add table
Add a link
Reference in a new issue