replace desktop portal

This commit is contained in:
Kopatz
2024-07-07 11:26:20 +02:00
parent f26bc8bbca
commit 6253eece45
2 changed files with 4 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ in {
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [ libsForQt5.xdg-desktop-portal-kde ];
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
config.common.default = "*";
};
};
@@ -79,6 +79,7 @@ in {
lm_sensors # for cpu in polybar
feh # sets the wallpaper
networkmanagerapplet
caffeine-ng # prevent the system from going to sleep
];
};
}