From 554235e396d2126c2512e344ca89d3e132562b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Mon, 22 Sep 2025 21:26:36 +0200 Subject: [PATCH] before flake update --- modules/common/default.nix | 1 + modules/desktop/common/default.nix | 2 ++ modules/desktop/wayland/config/hypr/hyprland.conf | 4 +--- modules/networking/home-nix.nix | 5 +++-- modules/networking/openfortivpn.nix | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index bd7b3a2..761f708 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -70,6 +70,7 @@ pkgs.unzip pkgs.openssl pkgs.adoptopenjdk-icedtea-web + pkgs.pwgen # Nvim with dependencies pkgs.nodejs pkgs.gcc diff --git a/modules/desktop/common/default.nix b/modules/desktop/common/default.nix index f3f425d..f2d1fa3 100644 --- a/modules/desktop/common/default.nix +++ b/modules/desktop/common/default.nix @@ -23,6 +23,8 @@ pkgs.papirus-icon-theme pkgs.catppuccin-cursors pkgs.catppuccin-gtk + pkgs.vscodium + pkgs.vscode ]; fonts.packages = [ pkgs.nerd-fonts.dejavu-sans-mono diff --git a/modules/desktop/wayland/config/hypr/hyprland.conf b/modules/desktop/wayland/config/hypr/hyprland.conf index 5b4eb2b..a265354 100644 --- a/modules/desktop/wayland/config/hypr/hyprland.conf +++ b/modules/desktop/wayland/config/hypr/hyprland.conf @@ -199,9 +199,7 @@ input { } # https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -} +gesture = 3, horizontal, workspace # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more diff --git a/modules/networking/home-nix.nix b/modules/networking/home-nix.nix index 6abc320..fca00d4 100644 --- a/modules/networking/home-nix.nix +++ b/modules/networking/home-nix.nix @@ -22,10 +22,11 @@ ]; networkmanager.enable = true; extraHosts = '' + 172.18.21.172 errorpages.grandbesancon.fr #172.18.23.4 dozzle.grandbesancon.fr #172.18.22.206 toto.grandbesancon.fr - #172.18.229.3 sso.grandbesancon.fr - #172.18.20.37 sso.grandbesancon.fr + #172.18.229.3 sso.grandbesancon.fr + #172.18.20.37 sso.grandbesancon.fr #172.18.20.229 auth.grandbesancon.fr #172.18.20.181 traefikauth.grandbesancon.fr ''; diff --git a/modules/networking/openfortivpn.nix b/modules/networking/openfortivpn.nix index 1b8df8a..a3d8f39 100644 --- a/modules/networking/openfortivpn.nix +++ b/modules/networking/openfortivpn.nix @@ -63,7 +63,7 @@ in ExecStart = "${pkgs.openfortivpn}/bin/openfortivpn --no-dns"; ExecStartPost = "${openfortivpn-addroute}"; ExecStopPost = "${openfortivpn-delroute}"; - #Restart = "on-failure"; + Restart = "on-failure"; #OOMScoreAdjust = "-100"; }; };