mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-14 16:21:08 +02:00
updates and misc fixes
This commit is contained in:
parent
0cf89b0ae4
commit
8e46bfc662
4 changed files with 22 additions and 9 deletions
|
@ -10,6 +10,7 @@
|
|||
./mpv
|
||||
./ssh
|
||||
./theme
|
||||
./zellij
|
||||
# ./tex
|
||||
./packages.nix
|
||||
];
|
||||
|
|
|
@ -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" = {
|
||||
|
|
9
users/rouven/modules/zellij/default.nix
Normal file
9
users/rouven/modules/zellij/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "dracula";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue