Changes
1 changed files (+8/-0)
-
-
@@ -19,6 +19,12 @@{ lib, pkgs, ... }: { config = { # Lunacy (https://icons8.com/lunacy) uses Avalonia, .NET UI framework. # Avalonia does not support Wayland yet, so XWayland is necessary. # Niri has default integration for xwayland-satellite. # https://github.com/YaLTeR/niri/wiki/Xwayland environment.systemPackages = with pkgs; [ xwayland-satellite ]; security.pam.services.swaylock = { }; programs.niri.enable = true;
-
@@ -31,5 +37,7 @@}; }; }; services.flatpak.enable = true; }; }
-