This commit is contained in:
Luj 2023-06-10 23:51:49 +02:00
commit 3298173246
Signed by: luj
GPG key ID: 6FC74C847011FD83
11 changed files with 102 additions and 155 deletions

View file

@ -21,6 +21,12 @@ with lib;
xdg.configFile."hypr/hyprland.conf".text = ''
exec-once = waybar & hyprpaper
exec-once=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY
exec swayidle -w \
timeout 300 'swaylock -f -c 000000' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 000000'
exec-once = nm-applet --indicator
# Monitors
monitor = eDP-1, preferred, auto, auto
@ -164,7 +170,7 @@ with lib;
home.packages = with pkgs; [ qt6.qtwayland libsForQt5.qt5.qtwayland hyprpaper swaylock ];
home.packages = with pkgs; [ qt6.qtwayland libsForQt5.qt5.qtwayland hyprpaper swaylock swayidle ];
};
}

View file

@ -12,21 +12,6 @@ with lib;
programs.ssh = {
enable = true;
matchBlocks = {
newton = {
hostname = "newton.julienmalka.me";
user = "julien";
port = 45;
};
lisa = {
hostname = "lisa.julienmalka.me";
user = "julien";
port = 45;
};
newton-init = {
hostname = "newton.julienmalka.me";
user = "root";
port = 2222;
};
sas = {
hostname = "sas.eleves.ens.fr";
user = "jmalka";
@ -36,30 +21,6 @@ with lib;
user = "root";
port = 45;
};
tower = {
hostname = "tower.julienmalka.me";
user = "julien";
port = 45;
};
saumon = {
hostname = "saumon.julienmalka.me";
user = "julien";
};
stockly = {
hostname = "charybdis.stockly.tech";
user = "julien_malka";
port = 23;
};
curry = {
hostname = "vms.julienmalka.me";
user = "julien";
port = 60;
};
mails = {
hostname = "192.168.1.78";
user = "julien";
proxyJump = "curry";
};
};
};
};