This commit is contained in:
Satria 2026-07-12 11:52:57 +07:00
commit 85c19f8b43

View file

@ -11,6 +11,12 @@
]; ];
programs = { programs = {
nix-ld = {
enable = true;
libraries = with pkgs; [
libxcursor libx11 libxi libxkbcommon
];
};
niri = { niri = {
enable = true; enable = true;
package = pkgs.niri-unstable; package = pkgs.niri-unstable;