This commit is contained in:
Aleksandr Lebedev 2025-11-30 12:00:45 +01:00
parent 5a15b77406
commit 72b974e117

View file

@ -28,10 +28,6 @@ in {
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
environment.systemPackages = with pkgs; [
wl-clipboard
egl-wayland
];
hardware.graphics.enable = true;
networking.networkmanager.enable = true;
@ -54,6 +50,8 @@ in {
icloudpd
immich-go
wget
wl-clipboard
egl-wayland
];
hardware.enableAllHardware = true;