diff options
| author | adikro <adikro@disroot.org> | 2025-12-01 21:50:57 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-01 21:50:57 +0100 |
| commit | ca4e63650bfe066313ec4c5407740dbe1664e3f0 (patch) | |
| tree | 2413acad38460a8185159d868259f1e9a40263e6 /home/wayland/niri/niri.nix | |
| parent | 2ea2c4ee8c36927036934d9d563998adf48b4bcc (diff) | |
added ollama
Diffstat (limited to 'home/wayland/niri/niri.nix')
| -rw-r--r-- | home/wayland/niri/niri.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" ]; } |
