Fix he4 ssh port & add neovim
This commit is contained in:
parent
4c055ec382
commit
3c4ee138c0
2 changed files with 14 additions and 0 deletions
|
@ -22,6 +22,16 @@ in
|
|||
isDefault = true;
|
||||
};
|
||||
};
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
obs-vaapi
|
||||
obs-gstreamer
|
||||
];
|
||||
};
|
||||
|
||||
home = {
|
||||
file.".background.png".source = wallpaperPath;
|
||||
|
@ -58,6 +68,8 @@ in
|
|||
webcord-vencord
|
||||
tome4
|
||||
shattered-pixel-dungeon
|
||||
gst_all_1.gst-vaapi
|
||||
ace-of-penguins
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -111,6 +111,7 @@ in
|
|||
matchBlocks = {
|
||||
"he4" = {
|
||||
host = "he4";
|
||||
port = 2222;
|
||||
hostname = "he4.vault81.de";
|
||||
user = "tristand";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
|
@ -238,6 +239,7 @@ in
|
|||
zeal
|
||||
zellij
|
||||
zstd
|
||||
neovim
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue