non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 19:04:04 +01:00
parent 7d993015a0
commit d6abe0c94c
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
inputs,
system,
...
}: {
hardware.graphics = {
@ -20,7 +21,7 @@
programs.niri = {
enable = true;
package = inputs.niri-flake.packages.${pkgs.system}.niri-stable;
package = inputs.niri-flake.packages.${system}.niri-stable;
};
services.xserver = {