This commit is contained in:
parent
d7189f1d82
commit
3add3c5d49
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
logseq = pkgs.appimageTools.wrapType2 {
|
||||
name = "logseq";
|
||||
|
@ -8,7 +8,8 @@ let
|
|||
hash = "sha256-Hy/zk8ZCkWajsMRUMsewLvkKpMpsBZYnFootPU9y6Z0=";
|
||||
};
|
||||
};
|
||||
logseq-wayland = pkgs.writeScriptBin "logseq" "${lib.getExe logseq} --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
in
|
||||
{
|
||||
home.packages = [ logseq ];
|
||||
home.packages = [ logseq-wayland ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue