This commit is contained in:
Kat Inskip 2025-07-18 16:30:54 -07:00
parent f6f6ae6b6a
commit e1fb6158a0
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 86 additions and 5 deletions

View file

@ -15,6 +15,7 @@ in {
grim
pavucontrol
brightnessctl
nautilus
playerctl
glib
pcmanfm
@ -85,7 +86,7 @@ in {
environment = {
MOZ_ENABLE_WAYLAND = "1";
XDG_CURRENT_DESKTOP = "niri";
GDK_BACKEND = "wayland,x11";
GDK_BACKEND = "wayland";
CLUTTER_BACKEND = "wayland";
};
xwayland-satellite = {

View file

@ -1,8 +1,13 @@
_: {
{ pkgs, ... }: {
xdg = {
enable = true;
autostart.enable = true;
mime.enable = true;
portal.extraPortals = with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
gnome-keyring
];
mimeApps = {
enable = true;