back to normal

This commit is contained in:
Matt Nish-Lapidus 2025-06-24 18:21:02 -04:00
parent 57b6b3c38e
commit 60edb84912
2 changed files with 20 additions and 21 deletions

View file

@ -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";