ssh
This commit is contained in:
parent
f8b76989ae
commit
4eb4149953
4 changed files with 26 additions and 16 deletions
|
|
@ -36,8 +36,10 @@
|
|||
|
||||
", longpress:4, killactive"
|
||||
|
||||
", longpress:2, movewindow"
|
||||
", longpress:3, sendshortcut, , F,"
|
||||
];
|
||||
|
||||
hyprgrass-bindm = [ ", longpress:2, movewindow" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,12 @@
|
|||
hostname = "nixserver";
|
||||
};
|
||||
|
||||
"lilith-lab-proxy" = {
|
||||
user = "lilith";
|
||||
hostname = "10.0.1.1";
|
||||
proxyJump = "lilith-server";
|
||||
};
|
||||
|
||||
"lilith-server" = {
|
||||
user = "lilith";
|
||||
hostname = "firelilith.org";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
program.starship = {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
presets = [ "nerd-font-symbols" ];
|
||||
# presets = [ "nerd-font-symbols" ];
|
||||
|
||||
enableTransience = true;
|
||||
|
||||
enableBashIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue