[boxy] Force things to work, but on X11 for now

This commit is contained in:
2024-10-04 17:16:30 -07:00
parent 4ca9804db8
commit 8e27017aa4
4 changed files with 22 additions and 18 deletions

View File

@@ -2,7 +2,9 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ ... }:
{ lib, ... }:
with lib;
{
imports =
@@ -15,9 +17,8 @@
kodi = {
enable = true;
autologin = true;
wayland = true;
wayland = false;
};
users.enable = true;
};
# Use the systemd-boot EFI boot loader.
@@ -28,6 +29,8 @@
hardware.graphics.enable = true;
#services.displayManager.enable = mkForce false;
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#