trying to make niri not laggy in egl
This commit is contained in:
parent
3a3d5cdebd
commit
449de029e9
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
let
|
||||
niri = pkgs.callPackage ./niri {};
|
||||
in {
|
||||
environment.systemPackages = [niri];
|
||||
services.xserver.displayManager.sessionPackages = [
|
||||
niri
|
||||
/*
|
||||
((pkgs.callPackage ./niri {}).overrideAttrs (prevAttrs: rec {
|
||||
postInstall =
|
||||
let
|
||||
|
@ -17,5 +22,6 @@
|
|||
'';
|
||||
passthru.providedSessions = [ "niri" ];
|
||||
}))
|
||||
*/
|
||||
];
|
||||
}
|
||||
|
|
|
@ -54,4 +54,6 @@ rustPlatform.buildRustPackage {
|
|||
"-lwayland-client"
|
||||
"-Wl,--pop-state"
|
||||
];
|
||||
|
||||
passthru.providedSessions = [ "niri" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue