Delete unnecessary nixos wayland config

This commit is contained in:
Julian Mutter 2025-04-24 14:06:32 +02:00
parent 95d9f9cf61
commit 64958b068f

View File

@ -1,18 +0,0 @@
{
config,
lib,
pkgs,
...
}:
{
environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Hint electron apps to use wayland
security.pam.services.gtklock = { };
environment.systemPackages = with pkgs; [
kdePackages.qtwayland
wl-clipboard
];
}