From e9af1dac68a48bc3effa3673bdde0af489581c86 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 23 Feb 2025 11:47:46 +0100 Subject: [PATCH] edit hyprland conf --- home/system/hyprland/default.nix | 2 +- hosts/laptop/configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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"; }