feat: Updated ddcbacklight and use wezterm by default on linux as well

misc:

Forward agent to shiro
On ssh-ing to ryu have HYPRLAND_INSTANCE_SIGNATURE set from hyprland instances
This commit is contained in:
uttarayan21
2025-02-08 02:42:07 +05:30
parent 25b64efcb2
commit 9662cede9b
5 changed files with 11 additions and 7 deletions

View File

@@ -35,6 +35,9 @@
interactiveShellInit = ''
${pkgs.pfetch-rs}/bin/pfetch
${lib.optionalString (device.isLinux && !device.isNix) "source /etc/profile.d/nix-daemon.fish"}
if not set -q HYPRLAND_INSTANCE_SIGNATURE
set -x HYPRLAND_INSTANCE_SIGNATURE (hyprctl instances | head -1 | cut -d ' ' -f2 | tr -d :)
end
'';
};
}

View File

@@ -34,7 +34,7 @@
shiro = {
user = "servius";
hostname = "shiro";
forwardAgent = false;
forwardAgent = true;
};
};
serverAliveInterval = 120;