before flake update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -22,10 +22,11 @@
|
|||||||
];
|
];
|
||||||
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
|
||||||
#172.18.20.37 sso.grandbesancon.fr
|
#172.18.20.37 sso.grandbesancon.fr
|
||||||
#172.18.20.229 auth.grandbesancon.fr
|
#172.18.20.229 auth.grandbesancon.fr
|
||||||
#172.18.20.181 traefikauth.grandbesancon.fr
|
#172.18.20.181 traefikauth.grandbesancon.fr
|
||||||
'';
|
'';
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user