This commit is contained in:
2026-07-14 22:58:23 -07:00
parent 705e2d6d09
commit 568a333bb0

View File

@@ -104,6 +104,12 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660"
enable = true;
binfmt = true;
};
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
config.common.default = "gtk";
};
# services.dunst.enable = true;
# services.dunst.settings = {
# global = {
@@ -112,5 +118,5 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660"
# height = 300;
# word_wrap = true;
# };
#s
# };
}