diff --git a/systems/_common/components/gnome_wayland.nix b/systems/_common/components/gnome_wayland.nix index 78e2940..5235ac6 100644 --- a/systems/_common/components/gnome_wayland.nix +++ b/systems/_common/components/gnome_wayland.nix @@ -16,5 +16,6 @@ # wayland clipboard in terminal wl-clipboard ]; + environment.sessionVariables.NIXOS_OZONE_WL = "1"; } diff --git a/systems/joe/configuration.nix b/systems/joe/configuration.nix index 9de8e9c..932db34 100644 --- a/systems/joe/configuration.nix +++ b/systems/joe/configuration.nix @@ -10,7 +10,7 @@ (settings.systemsDir + "/_common/components/caps_to_escape_in_tty.nix") (settings.systemsDir + "/_common/components/font_jetbrainsmono.nix") (settings.systemsDir + "/_common/components/home_manager.nix") - (settings.systemsDir + "/_common/components/gnome_wayland.nix") + (settings.systemsDir + "/_common/components/gnome_xorg.nix") # Users this machine has (settings.usersDir + "/root/configuration.nix") (settings.usersDir + "/josh/configuration.nix")