before flake update
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
pkgs.unzip
|
||||
pkgs.openssl
|
||||
pkgs.adoptopenjdk-icedtea-web
|
||||
pkgs.pwgen
|
||||
# Nvim with dependencies
|
||||
pkgs.nodejs
|
||||
pkgs.gcc
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
'';
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user