feat(desktop): move some settings.

This commit is contained in:
CronyAkatsuki 2025-10-03 17:38:19 +02:00
parent 55a9aed7c2
commit f557491096
2 changed files with 6 additions and 5 deletions

View file

@ -86,6 +86,12 @@ in {
# Enable hyprpaper
services.hyprpaper.enable = true;
# Setup portal for hyprland
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
};
# Enable hypridle
services.hypridle = {
enable = true;