Compare commits

..

2 Commits

Author SHA1 Message Date
Sweetbread b6598902fb Fix FileChooser in Hyprland 2026-03-01 01:21:29 +03:00
Sweetbread d207c9e3fa Update VPN 2026-02-28 18:43:12 +03:00
3 changed files with 20 additions and 8 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -19,8 +19,8 @@
environment.etc = {
"v2raya/ru_geoip.dat".source = pkgs.fetchurl {
name = "geoip.dat";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202601151532/geoip.dat";
hash = "sha256-cUXtrTL6yITVy1COiOfFRnvJCKMwgFv+/0AVBcIkqQU=";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202602271541/geoip.dat";
hash = "sha256-j+Cjq8OeZFWTyb+QvXTbWDoLaVHPcqQLNSc5Y+p5c/8=";
};
"v2raya/bolt.db".source = config.sops.secrets.vpn_bolt.path;
+13
View File
@@ -202,4 +202,17 @@ in {
];
};
};
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
config.common = {
default = [ "hyprland" "gtk" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
};
};
}