mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
Fixed portals
This commit is contained in:
@@ -131,11 +131,7 @@
|
|||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
extraPortals = [
|
extraPortals = [unstablePkgs.xdg-desktop-portal-xapp];
|
||||||
unstablePkgs.xdg-desktop-portal-hyprland
|
|
||||||
unstablePkgs.xdg-desktop-portal-gtk
|
|
||||||
unstablePkgs.xdg-desktop-portal-xapp
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
|
|||||||
@@ -23,9 +23,6 @@
|
|||||||
pkgs.seahorse
|
pkgs.seahorse
|
||||||
pkgs.wayland
|
pkgs.wayland
|
||||||
pkgs.wayland-utils
|
pkgs.wayland-utils
|
||||||
pkgs.xdg-desktop-portal-gtk
|
|
||||||
pkgs.xdg-desktop-portal-wlr
|
|
||||||
pkgs.xdg-desktop-portal-xapp
|
|
||||||
pkgs.xfce.thunar
|
pkgs.xfce.thunar
|
||||||
pkgs.xfce.tumbler
|
pkgs.xfce.tumbler
|
||||||
pkgs.xh
|
pkgs.xh
|
||||||
@@ -40,6 +37,5 @@
|
|||||||
unstablePkgs.swaynotificationcenter
|
unstablePkgs.swaynotificationcenter
|
||||||
unstablePkgs.waybar
|
unstablePkgs.waybar
|
||||||
unstablePkgs.wofi
|
unstablePkgs.wofi
|
||||||
unstablePkgs.xdg-desktop-portal-hyprland
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user