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;
|
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 = {
|
home = {
|
||||||
file.".background.png".source = wallpaperPath;
|
file.".background.png".source = wallpaperPath;
|
||||||
|
@ -58,6 +68,8 @@ in
|
||||||
webcord-vencord
|
webcord-vencord
|
||||||
tome4
|
tome4
|
||||||
shattered-pixel-dungeon
|
shattered-pixel-dungeon
|
||||||
|
gst_all_1.gst-vaapi
|
||||||
|
ace-of-penguins
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,6 +111,7 @@ in
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"he4" = {
|
"he4" = {
|
||||||
host = "he4";
|
host = "he4";
|
||||||
|
port = 2222;
|
||||||
hostname = "he4.vault81.de";
|
hostname = "he4.vault81.de";
|
||||||
user = "tristand";
|
user = "tristand";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
|
@ -238,6 +239,7 @@ in
|
||||||
zeal
|
zeal
|
||||||
zellij
|
zellij
|
||||||
zstd
|
zstd
|
||||||
|
neovim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue