diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/home.nix | 2 | ||||
| -rw-r--r-- | home/wayland/niri/niri.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix index 02f896d..f4342a2 100644 --- a/home/home.nix +++ b/home/home.nix @@ -27,6 +27,8 @@ home.stateVersion = "25.05"; home.packages = with pkgs; [ + halloy + xdg-utils wofi librewolf firefox diff --git a/home/wayland/niri/niri.nix b/home/wayland/niri/niri.nix index 60a5e16..e14f224 100644 --- a/home/wayland/niri/niri.nix +++ b/home/wayland/niri/niri.nix @@ -68,6 +68,7 @@ }; }; spawn-at-startup = [ + { command = [ "dbus-update-activation-environment" "--systemd" "DISPLAY" "WAYLAND_DISPLAY" "XDG_CURRENT_DESKTOP" "SWAYSOCK" "XDG_SESSION_TYPE" "NIXOS_OZONE_WL" ]; } { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } { command = [ "awww-daemon" ]; } { command = [ "wl-paste --watch cliphist store" ]; } |
