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.hyprland.withUWSM = true;
programs.hyprlock.enable = 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; services.xserver.displayManager.gdm.enable = true;
## XFCE (fallback) ## XFCE (fallback)

View File

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