Updated mainly terminal filchooser from browser

This commit is contained in:
2026-07-10 22:59:18 +02:00
parent 305c0c16ba
commit 0457d618e1
7 changed files with 78 additions and 14 deletions
+22 -5
View File
@@ -5,13 +5,30 @@
# provide location
services.geoclue2 = {
enable = true;
geoProviderUrl = "https://beacondb.net/v1/geolocate";
submissionUrl = "https://beacondb.net/v2/geosubmit";
geoProviderUrl = "https://api.beacondb.net/v1/geolocate";
submissionUrl = "https://api.beacondb.net/v2/geosubmit";
submissionNick = "geoclue";
appConfig.gammastep = {
isAllowed = true;
isSystem = false;
appConfig = {
gammastep = {
isAllowed = true;
isSystem = false;
};
"xdg-desktop-portal" = {
isAllowed = true;
isSystem = true;
};
"gnome-weather" = {
isAllowed = true;
isSystem = true;
};
"gnome-clocks" = {
isAllowed = true;
isSystem = true;
};
};
};
# Automatically update system timezone based on location
services.automatic-timezoned.enable = true;
}