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.openssl
pkgs.adoptopenjdk-icedtea-web
pkgs.pwgen
# Nvim with dependencies
pkgs.nodejs
pkgs.gcc

View File

@@ -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

View File

@@ -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

View File

@@ -22,6 +22,7 @@
];
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

View File

@@ -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";
};
};