chore: remove unecessary code
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user