add programs used with niri
This commit is contained in:
@@ -1,4 +1,18 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [ niri ];
|
programs.niri.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
brightnessctl
|
||||||
|
i3bar-river
|
||||||
|
mako
|
||||||
|
playerctl
|
||||||
|
swaybg
|
||||||
|
swaylock
|
||||||
|
tofi
|
||||||
|
wlsunset
|
||||||
|
xwayland-satellite
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user