feat: configure desktop

This commit is contained in:
Zoty 2026-03-28 03:28:42 -03:00
parent 2138743d3e
commit 652b1f3dd3
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
10 changed files with 201 additions and 15 deletions

View file

@ -15,13 +15,17 @@
grim
slurp
wl-clipboard
mako
xdg-desktop-portal-gnome
];
kdePackages.xdg-desktop-portal-kde
xwayland-satellite
];
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
extraPortals = [
pkgs.xdg-desktop-portal-gnome
pkgs.kdePackages.xdg-desktop-portal-kde
];
};
security.pam.services.swaylock = {};