setup ignis

This commit is contained in:
2025-05-29 23:00:29 +02:00
parent 8095738a8f
commit 85d010dde0
5 changed files with 120 additions and 43 deletions

View File

@@ -1,11 +1,9 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
{
programs.niri.enable = true;
environment.systemPackages = with pkgs; [
brightnessctl
i3bar-river
mako
pavucontrol
playerctl
swaybg
@@ -13,6 +11,7 @@
tofi
wl-gammarelay-rs
xwayland-satellite
inputs.ignis.packages.${pkgs.system}.ignis
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";