chore: remove unecessary code

This commit is contained in:
Guz
2025-02-09 16:48:34 -03:00
parent 7373144a30
commit 2d77e830d4
2 changed files with 6 additions and 6 deletions

View File

@@ -18,6 +18,11 @@
programs.hyprland.withUWSM = true;
programs.hyprlock.enable = true;
### File picker and other portals not implemented by XDPH
xdg.portal.extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
services.xserver.displayManager.gdm.enable = true;
## XFCE (fallback)

View File

@@ -105,15 +105,10 @@
### Wallpaper
services.hyprpaper.enable = true;
# Wayland/flatpak portals
xdg.portal.enable = true;
### File picker and other portals not implemented by XDPH
xdg.portal.extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
xdg.portal.config = {
common.default = ["gtk"]; # Use GTK for things such as file picker.
};
# Notifications
services.dunst.enable = true;