This commit is contained in:
maxstrb 2026-03-14 23:34:58 +01:00
parent fc3c55b4a7
commit 97b008689d
2 changed files with 5 additions and 1 deletions

View file

@ -18,6 +18,11 @@
};
};
programs.niri = {
enable = true;
package = inputs.niri-flake.packages.${pkgs.system}.niri-stable;
};
services.xserver = {
enable = true;
videoDrivers = ["amdgpu"];