diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index f55830f..7fd153d 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -50,7 +50,7 @@ in { exec-once = [ "${pkgs.bitwarden}/bin/bitwarden" - "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" + "dbus-update-activation-environment --systemd --all" ]; monitor = [ diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 36f603f..07b7aa2 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -27,6 +27,8 @@ home-manager.users."${config.var.username}" = import ./home.nix; + programs.hyprland = { enable = true; }; + # Don't touch this system.stateVersion = "24.05"; }