got working

This commit is contained in:
Bryan Ramos 2025-01-24 10:33:21 -05:00
parent 3a8d303d6f
commit 73a7fbb649
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
7 changed files with 24 additions and 8 deletions

View file

@ -112,6 +112,16 @@ in
source = ./config/rofi/config;
recursive = true;
};
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
];
config.common.default = "*";
};
};
#gtk = {
# enable = true;