setup ignis
This commit is contained in:
parent
8095738a8f
commit
85d010dde0
5 changed files with 120 additions and 43 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue