before flake update

This commit is contained in:
2025-09-22 21:26:36 +02:00
parent 72287ae6c2
commit 554235e396
5 changed files with 8 additions and 6 deletions

View File

@@ -70,6 +70,7 @@
pkgs.unzip pkgs.unzip
pkgs.openssl pkgs.openssl
pkgs.adoptopenjdk-icedtea-web pkgs.adoptopenjdk-icedtea-web
pkgs.pwgen
# Nvim with dependencies # Nvim with dependencies
pkgs.nodejs pkgs.nodejs
pkgs.gcc pkgs.gcc

View File

@@ -23,6 +23,8 @@
pkgs.papirus-icon-theme pkgs.papirus-icon-theme
pkgs.catppuccin-cursors pkgs.catppuccin-cursors
pkgs.catppuccin-gtk pkgs.catppuccin-gtk
pkgs.vscodium
pkgs.vscode
]; ];
fonts.packages = [ fonts.packages = [
pkgs.nerd-fonts.dejavu-sans-mono pkgs.nerd-fonts.dejavu-sans-mono

View File

@@ -199,9 +199,7 @@ input {
} }
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures { gesture = 3, horizontal, workspace
workspace_swipe = false
}
# Example per-device config # Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more

View File

@@ -22,6 +22,7 @@
]; ];
networkmanager.enable = true; networkmanager.enable = true;
extraHosts = '' extraHosts = ''
172.18.21.172 errorpages.grandbesancon.fr
#172.18.23.4 dozzle.grandbesancon.fr #172.18.23.4 dozzle.grandbesancon.fr
#172.18.22.206 toto.grandbesancon.fr #172.18.22.206 toto.grandbesancon.fr
#172.18.229.3 sso.grandbesancon.fr #172.18.229.3 sso.grandbesancon.fr

View File

@@ -63,7 +63,7 @@ in
ExecStart = "${pkgs.openfortivpn}/bin/openfortivpn --no-dns"; ExecStart = "${pkgs.openfortivpn}/bin/openfortivpn --no-dns";
ExecStartPost = "${openfortivpn-addroute}"; ExecStartPost = "${openfortivpn-addroute}";
ExecStopPost = "${openfortivpn-delroute}"; ExecStopPost = "${openfortivpn-delroute}";
#Restart = "on-failure"; Restart = "on-failure";
#OOMScoreAdjust = "-100"; #OOMScoreAdjust = "-100";
}; };
}; };