added swww support

This commit is contained in:
chloe 2025-06-05 08:04:56 +02:00
parent ba5f71b18d
commit d71ffd7618
4 changed files with 147 additions and 52 deletions

View file

@ -1,4 +1,9 @@
{ config, pkgs, ... }:
{
inputs,
config,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
mako
@ -13,6 +18,7 @@
libheif
libheif.out
xwayland-satellite
inputs.swww.packages.${pkgs.system}.swww
];
services.gvfs.enable = true;
@ -29,7 +35,7 @@
];
};
services.xserver.displayManager.gdm.enable = true;
services.displayManager.gdm.enable = true;
security.pam.loginLimits = [
{