mirror of
https://github.com/MichaelFisher1997/nixos.git
synced 2025-08-13 11:23:43 +00:00
issues
This commit is contained in:
@@ -104,10 +104,15 @@
|
||||
# XDG Portals Configuration for Wayland
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-hyprland
|
||||
];
|
||||
config.common.default = ["hyprland"];
|
||||
};
|
||||
|
||||
# Disable GNOME desktop services that might conflict
|
||||
services.gnome.gnome-keyring.enable = false;
|
||||
services.gnome.gnome-online-accounts.enable = false;
|
||||
#xdg.portal = {
|
||||
# enable = true;
|
||||
# hyprland.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user