nushell, helium + pwas, niri session management
This commit is contained in:
parent
cb72b47661
commit
3b3bfb6b39
21 changed files with 816 additions and 464 deletions
|
|
@ -24,10 +24,11 @@ pkgs.stdenv.mkDerivation {
|
|||
meson
|
||||
optipng
|
||||
ninja
|
||||
dart-sass
|
||||
;
|
||||
inherit (pkgs.nodePackages)
|
||||
sass
|
||||
;
|
||||
# inherit (pkgs.nodePackages)
|
||||
# sass
|
||||
# ;
|
||||
inherit (pkgs.gtk4) dev;
|
||||
inherit rendersvg;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "hush";
|
||||
version = "0.1.4-git";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hush-shell";
|
||||
repo = "hush";
|
||||
rev = "560c33a2dc8bf967b4fb0c80e3f18ca8934615ff";
|
||||
hash = "sha256-kJ1o236xvNTPiLPWPgpQLLfEAXCGT419UgVWmwVHBYA=";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
cargoLock.lockFile = "${finalAttrs.src}/Cargo.lock";
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue