From 00fb2bc7b139b0f7de0967826fd31b4b8da41902 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 23 Apr 2026 14:00:39 -0600 Subject: needed niri pkgs --- modules/nixos/niri.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'modules') diff --git a/modules/nixos/niri.nix b/modules/nixos/niri.nix index 5b875ec..907ad5f 100644 --- a/modules/nixos/niri.nix +++ b/modules/nixos/niri.nix @@ -3,6 +3,28 @@ fuzzel xwayland-satellite kdlfmt + xdg-desktop-portal-gnome + + brightnessctl # control device brightness + + foot # terminal + swaybg # the wallpaper + wofi # launch programs + mako # the notification daemon, the same as dunst + wl-clipboard # copying and pasting + jq # cli json processor necessary for dynamic screencast + + # audio + alsa-utils # provides amixer/alsamixer/... + mpd # for playing system sounds + mpc # command-line pmd client + ncmpcpp # a mpd client with a UI + networkmanagerapplet # provide GUI app: nm-connection-editor + + kdePackages.polkit-kde-agent-1 + ]; + fonts.packages = with pkgs; [ + font-awesome # fixes waybar fonts ]; programs.niri.enable = true; } -- cgit v1.2.3