From ac9b6d66cba6006d8fcb1b4483b30486b20ffd3e Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 19 Mar 2025 20:08:49 +0100 Subject: [PATCH] add programs used with niri --- hosts/haze/niri.nix | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/hosts/haze/niri.nix b/hosts/haze/niri.nix index 4a6f93b..a5df621 100644 --- a/hosts/haze/niri.nix +++ b/hosts/haze/niri.nix @@ -1,4 +1,18 @@ { pkgs, ... }: { - environment.systemPackages = with pkgs; [ niri ]; + programs.niri.enable = true; + + environment.systemPackages = with pkgs; [ + brightnessctl + i3bar-river + mako + playerctl + swaybg + swaylock + tofi + wlsunset + xwayland-satellite + ]; + + environment.sessionVariables.NIXOS_OZONE_WL = "1"; }