It's moving

This commit is contained in:
Hadi
2026-06-29 17:48:21 +02:00
parent 082de49ca4
commit cdffe66d72
62 changed files with 953 additions and 2147 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
wayland.windowManager.hyprland.settings.exec-once = [
"protonvpn-app --start-minimized &"
"protonvpn-app --start-minimized"
];
}
+3 -3
View File
@@ -1,9 +1,9 @@
{
pkgs,
pkgs-stable,
config,
...
}: {
home.packages = with pkgs; [
home.packages = with pkgs-stable; [
proton-vpn
proton-pass
proton-authenticator
@@ -13,7 +13,7 @@
xdg.desktopEntries = {
"Proton Authenticator" = {
name = "Proton Authenticator";
exec = "env WEBKIT_DISABLE_COMPOSITING_MODE=1 ${pkgs.proton-authenticator}/bin/proton-authenticator";
exec = "env WEBKIT_DISABLE_COMPOSITING_MODE=1 ${pkgs-stable.proton-authenticator}/bin/proton-authenticator";
icon = "proton-authenticator";
type = "Application";
categories = ["Utility"];