mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
merge
This commit is contained in:
commit
3298173246
11 changed files with 102 additions and 155 deletions
|
@ -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 ];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue