add programs used with niri
This commit is contained in:
parent
a04fa7c29a
commit
ac9b6d66cb
1 changed files with 15 additions and 1 deletions
|
|
@ -1,4 +1,18 @@
|
|||
{ 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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue