back to normal
This commit is contained in:
parent
57b6b3c38e
commit
60edb84912
2 changed files with 20 additions and 21 deletions
|
@ -299,9 +299,10 @@
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xdgOpenUsePortal = false; #true;
|
xdgOpenUsePortal = false; #true;
|
||||||
|
configPackages = [ pkgs.niri-unstable ];
|
||||||
config = {
|
config = {
|
||||||
common.default = [ "niri" ];
|
common.default = [ "niri" ];
|
||||||
common."org.freedesktop.impl.portal.FileChooser" = [ "xdg-desktop-portal-termfilechooser" ]; # xdg-?
|
# common."org.freedesktop.impl.portal.FileChooser" = [ "xdg-desktop-portal-termfilechooser" ]; # xdg-?
|
||||||
};
|
};
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
pkgs.xdg-desktop-portal-gnome
|
pkgs.xdg-desktop-portal-gnome
|
||||||
|
|
|
@ -151,8 +151,6 @@
|
||||||
mangohud
|
mangohud
|
||||||
dualsensectl.out
|
dualsensectl.out
|
||||||
|
|
||||||
bibata-cursors
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
|
@ -269,24 +267,24 @@
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
xdg.portal = {
|
# xdg.portal = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
configPackages = [ pkgs.niri-stable ];
|
# configPackages = [ pkgs.niri-unstable ];
|
||||||
extraPortals = with pkgs; [
|
# extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-gnome
|
# xdg-desktop-portal-gnome
|
||||||
xdg-desktop-portal-gtk
|
# xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal
|
# xdg-desktop-portal
|
||||||
xdg-desktop-portal-wlr
|
# xdg-desktop-portal-wlr
|
||||||
gnome-keyring
|
# gnome-keyring
|
||||||
xdg-desktop-portal-termfilechooser
|
# xdg-desktop-portal-termfilechooser
|
||||||
];
|
# ];
|
||||||
config = {
|
# config = {
|
||||||
common = {
|
# common = {
|
||||||
default = [ "gtk" ];
|
# default = [ "gtk" ];
|
||||||
# "org.freedesktop.impl.portal.FileChooser" = "termfilechooser";
|
# # "org.freedesktop.impl.portal.FileChooser" = "termfilechooser";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
# home.sessionVariables.TERMCMD = "wezterm --class=file_chooser";
|
# home.sessionVariables.TERMCMD = "wezterm --class=file_chooser";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue