home manager stuff: ssh config, mpv/ranger/sxiv/feh
This commit is contained in:
parent
91b6dbb59f
commit
212bfac81e
|
@ -92,8 +92,12 @@ in {
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Add your global packages here
|
# Add your global packages here
|
||||||
|
mpv
|
||||||
|
sxiv
|
||||||
|
feh
|
||||||
duralumin
|
duralumin
|
||||||
duralumin-keygen
|
duralumin-keygen
|
||||||
|
ranger
|
||||||
neovim
|
neovim
|
||||||
bottom
|
bottom
|
||||||
git
|
git
|
||||||
|
|
|
@ -50,9 +50,10 @@
|
||||||
identityFile = "~/.ssh/id_ed25519_nirgendwo";
|
identityFile = "~/.ssh/id_ed25519_nirgendwo";
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
};
|
};
|
||||||
"github.com:janis-bhm" = {
|
"github-janis-bhm" = {
|
||||||
host = "github.com:janis-bhm";
|
host = "github-janis-bhm";
|
||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
|
user = "git";
|
||||||
identityFile = "~/.ssh/duralumin_janis-github";
|
identityFile = "~/.ssh/duralumin_janis-github";
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
};
|
};
|
||||||
|
|
|
@ -43,29 +43,30 @@
|
||||||
valign = "center";
|
valign = "center";
|
||||||
};
|
};
|
||||||
|
|
||||||
# DATE
|
label = [
|
||||||
label-date = {
|
# DATE
|
||||||
monitor = "";
|
{
|
||||||
text = ''cmd[update:1000] echo "''$(${pkgs.coreutils}/bin/date +"%A, %B %d")"'';
|
monitor = "";
|
||||||
color = "rgba(242, 243, 244, 0.75)";
|
text = ''cmd[update:1000] echo "''$(${pkgs.coreutils}/bin/date +"%A, %B %d")"'';
|
||||||
font_size = 22;
|
color = "rgba(242, 243, 244, 0.75)";
|
||||||
font_family = "JetBrains Mono";
|
font_size = 22;
|
||||||
position = "0, 300";
|
font_family = "JetBrains Mono";
|
||||||
halign = "center";
|
position = "0, 300";
|
||||||
valign = "center";
|
halign = "center";
|
||||||
};
|
valign = "center";
|
||||||
|
}
|
||||||
# TIME
|
# TIME
|
||||||
label-time = {
|
{
|
||||||
monitor = "";
|
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)";
|
color = "rgba(242, 243, 244, 0.75)";
|
||||||
font_size = 95;
|
font_size = 95;
|
||||||
font_family = "JetBrains Mono Extrabold";
|
font_family = "JetBrains Mono Extrabold";
|
||||||
position = "0, 200";
|
position = "0, 200";
|
||||||
halign = "center";
|
halign = "center";
|
||||||
valign = "center";
|
valign = "center";
|
||||||
};
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue