niri: prepare for niri setup

This commit is contained in:
Veneficium 2024-10-18 18:18:56 +02:00
parent f6c261c35a
commit 4da052d0bd
3 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{ pkgs, ... }:
{
programs.niri.enable = true;
programs.niri.package = pkgs.niri-unstable;
environment.systemPackages = with pkgs; [
alacritty
wl-clipboard
wayland-utils
libsecret
cage
gamescope
xwayland-satellite-unstable
swaybg
];
}