niri: prepare for niri setup
This commit is contained in:
parent
f6c261c35a
commit
4da052d0bd
3 changed files with 28 additions and 1 deletions
16
nixosModules/programs/niri.nix
Normal file
16
nixosModules/programs/niri.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue