This commit is contained in:
Lilith 2025-04-25 11:30:51 +02:00
parent 8d4db8e8ca
commit f00a49d4d4
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 53 additions and 18 deletions

View file

@ -25,15 +25,22 @@
monitor = [ ",preferred,1" ];
ecosystem = {
"no_update_news" = true;
"no_donation_nag" = true;
};
exec-once = [
"hyprlock"
"ags"
"[workspace special:keepass silent] keepassxc"
];
windowrulev2 = [
exec = [ "[workspace special:keepass silent] keepassxc" ];
windowrule = [
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
"workspace unset,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC"
"noanim, class:^ueberzugpp_(.*)$"
];
workspace = [
@ -97,6 +104,7 @@
dwindle = {
pseudotile = true;
smart_split = true;
preserve_split = true;
};
@ -109,14 +117,14 @@
bind = [
"$mainMod, Q, exec, $terminal"
"$mainMod, W, exec, $terminal -e yazi"
"$mainMod, C, killactive,"
"$mainMod, backspace, exec, hyprlock"
"$mainMod, E, exec, $fileManager"
"$mainMod, A, togglefloating,"
"$mainMod, R, exec, rofi -show drun"
"$mainMod, D, pseudo,"
"$mainMod, A, togglefloating,"
"$mainMod, S, togglesplit,"
"$mainMod, D, pseudo,"
"$mainMod, F, fullscreen,"
"$mainMod, P, togglespecialworkspace, keepass"

View file

@ -31,5 +31,9 @@
prismlauncher
lutris
# steamtinkerlaunch
unzip
ueberzugpp
yazi
];
}

View file

@ -1,4 +1,25 @@
{...}:{
{ ... }:
{
services.ssh-agent.enable = true;
}
programs.ssh = {
enable = true;
matchBlocks = {
"hpc" = {
user = "benstem";
hostname = "login1.hpc.uni-potsdam.de";
};
"lilith-lab" = {
user = "lilith";
hostname = "nixserver";
};
"lilith-server" = {
user = "lilith";
hostname = "2a01:4f9:4a:1ecb::2:";
};
};
};
}