This commit is contained in:
John Lancaster
2026-06-14 08:29:56 -05:00
parent aff608c1ce
commit 775543224e
2 changed files with 4 additions and 6 deletions
+4
View File
@@ -4,6 +4,10 @@
enable = true;
package = self.packages.${pkgs.stdenv.hostPlatform.system}.myNiri;
};
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
};
};
perSystem = { pkgs, lib, self', ... }: