feat: configure desktop
This commit is contained in:
parent
2138743d3e
commit
652b1f3dd3
10 changed files with 201 additions and 15 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue