non important commit
This commit is contained in:
parent
75874f6a13
commit
59a766f762
3 changed files with 122 additions and 22 deletions
|
|
@ -24,22 +24,6 @@
|
|||
../modules/locale.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
niri = pkgs.niri.overrideAttrs (old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [pkgs.makeWrapper];
|
||||
postFixup =
|
||||
(old.postFixup or "")
|
||||
+ ''
|
||||
wrapProgram $out/bin/niri \
|
||||
--prefix LD_LIBRARY_PATH : "${pkgs.lib.makeLibraryPath [
|
||||
pkgs.xorg.libXcursor
|
||||
pkgs.xorg.libX11
|
||||
pkgs.xorg.libXi
|
||||
]}"
|
||||
'';
|
||||
});
|
||||
};
|
||||
|
||||
programs.niri.enable = true;
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue