migrate to clan
This commit is contained in:
19
machines/haze/niri.nix
Normal file
19
machines/haze/niri.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.niri.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
brightnessctl
|
||||
i3bar-river
|
||||
mako
|
||||
pavucontrol
|
||||
playerctl
|
||||
swaybg
|
||||
swaylock
|
||||
tofi
|
||||
wl-gammarelay-rs
|
||||
xwayland-satellite
|
||||
];
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}
|
||||
Reference in New Issue
Block a user