non important commit

This commit is contained in:
benstrb 2026-01-17 13:31:24 +01:00
parent 75874f6a13
commit 59a766f762
3 changed files with 122 additions and 22 deletions

View file

@ -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"];