diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-23 14:00:39 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-23 14:00:39 -0600 |
| commit | 00fb2bc7b139b0f7de0967826fd31b4b8da41902 (patch) | |
| tree | 065d9a324a451b72aaac2932466e88c5beb9d7af /modules/nixos | |
| parent | d939ab2ac8118d6d9af3662558bd6f4dee23765b (diff) | |
needed niri pkgs
Diffstat (limited to 'modules/nixos')
| -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; } |
