diff options
| -rw-r--r-- | modules/nixos/niri.nix | 22 |
1 files changed, 22 insertions, 0 deletions
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; } |
