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