home manager stuff: ssh config, mpv/ranger/sxiv/feh

This commit is contained in:
janis 2025-09-03 19:31:43 +02:00
parent 91b6dbb59f
commit 212bfac81e
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8
3 changed files with 31 additions and 25 deletions

View file

@ -92,8 +92,12 @@ in {
packages = with pkgs; [
# Add your global packages here
mpv
sxiv
feh
duralumin
duralumin-keygen
ranger
neovim
bottom
git

View file

@ -50,9 +50,10 @@
identityFile = "~/.ssh/id_ed25519_nirgendwo";
addKeysToAgent = "yes";
};
"github.com:janis-bhm" = {
host = "github.com:janis-bhm";
"github-janis-bhm" = {
host = "github-janis-bhm";
hostname = "github.com";
user = "git";
identityFile = "~/.ssh/duralumin_janis-github";
addKeysToAgent = "yes";
};

View file

@ -43,8 +43,9 @@
valign = "center";
};
label = [
# DATE
label-date = {
{
monitor = "";
text = ''cmd[update:1000] echo "''$(${pkgs.coreutils}/bin/date +"%A, %B %d")"'';
color = "rgba(242, 243, 244, 0.75)";
@ -53,19 +54,19 @@
position = "0, 300";
halign = "center";
valign = "center";
};
}
# TIME
label-time = {
{
monitor = "";
text = ''cmd[update:1000] echo "''$(${pkgs.coreutils} +"%-I:%M")"'';
text = ''cmd[update:1000] echo "''$(${pkgs.coreutils}/bin/date +"%-I:%M")"'';
color = "rgba(242, 243, 244, 0.75)";
font_size = 95;
font_family = "JetBrains Mono Extrabold";
position = "0, 200";
halign = "center";
valign = "center";
};
}
];
};
};