fix: add mkDefault to all components
This commit is contained in:
parent
b005f8d831
commit
67f2ce05b9
6 changed files with 13 additions and 13 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
{lib, ...}: {
|
||||
# Enable the X11 windowing system.
|
||||
# You can disable this if you're only using the Wayland session.
|
||||
services.xserver.enable = false;
|
||||
services.xserver.enable = lib.mkDefault false;
|
||||
|
||||
# force chromium and electron apps to use wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = lib.mkDefault "1";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue