This commit is contained in:
Lilith 2025-09-24 14:52:00 +02:00
parent f8b76989ae
commit 4eb4149953
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
4 changed files with 26 additions and 16 deletions

View file

@ -36,8 +36,10 @@
", longpress:4, killactive"
", longpress:2, movewindow"
", longpress:3, sendshortcut, , F,"
];
hyprgrass-bindm = [ ", longpress:2, movewindow" ];
};
};
}

View file

@ -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";

View file

@ -1,8 +1,10 @@
{ ... }:
{
program.starship = {
programs.starship = {
enable = true;
presets = [ "nerd-font-symbols" ];
# presets = [ "nerd-font-symbols" ];
enableTransience = true;
enableBashIntegration = true;
enableNushellIntegration = true;