Move xdg.portal definition from desktop.nix to hyprland.nix
This commit is contained in:
parent
e10c89f873
commit
eaa0596003
|
@ -55,5 +55,4 @@
|
|||
platformTheme = "gnome";
|
||||
style = "adwaita-dark";
|
||||
};
|
||||
xdg.portal.enable = true;
|
||||
}
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
initial_session = {inherit command;};
|
||||
};
|
||||
};
|
||||
xdg.portal.enable = true;
|
||||
xdg.mime = let
|
||||
emacs = ["emacsclient.desktop" "emacs.desktop"];
|
||||
# TODO add nyxt back to browser when I can fix opening
|
||||
|
|
Loading…
Reference in a new issue