updates and misc fixes

This commit is contained in:
Rouven Seifert 2025-05-13 11:36:34 +02:00
parent 0cf89b0ae4
commit 8e46bfc662
4 changed files with 22 additions and 9 deletions

View file

@ -10,6 +10,7 @@
./mpv
./ssh
./theme
./zellij
# ./tex
./packages.nix
];

View file

@ -46,6 +46,9 @@ in
match = "Host gitlab.hrz.tu-chemnitz.de User git";
identityFile = git;
};
"pentestlab-login.inf.tu-dresden.de" = {
port = 2273;
};
# iFSR
"quitte" = {

View file

@ -0,0 +1,9 @@
{ ... }:
{
programs.zellij = {
enable = true;
settings = {
theme = "dracula";
};
};
}