update niri config

This commit is contained in:
Leonardo Eugênio 2026-03-04 00:39:51 -03:00
parent d834ba70a0
commit 3207922b68
15 changed files with 495 additions and 58 deletions

View file

@ -10,6 +10,9 @@
config = lib.mkIf config.my.niri.enable {
programs.niri.enable = true;
niri-flake.cache.enable = true;
environment.systemPackages = with pkgs; [ fuzzel ];
environment.systemPackages = with pkgs; [
fuzzel
xwayland-satellite
];
};
}