From 2de895e86eacc6e1568a4816437eb4138827d046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 18 Mar 2025 19:50:32 +0100 Subject: [PATCH] Home Gen474 @ 2025-03-18-19:50 --- modules/home/hyprland/config.nix | 2 -- modules/home/hyprland/hyprland.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 08391e4..6ea2b69 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -162,8 +162,6 @@ in { wayland.windowManager.hyprland = lib.mkIf config.wayland.windowManager.hyprland.enable { settings = { exec-once = [ - "${pkgs.dbus}/bin/dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" - "${pkgs.systemd}/bin/systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "${pkgs.wpaperd}/bin/wpaperd &" ]; diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 264f43e..4e61ad0 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -1,6 +1,7 @@ {pkgs, ...}: { wayland.windowManager.hyprland = { enable = true; + systemd.enable = false; systemd.variables = ["--all"]; xwayland.enable = true; };