dodanie wrappera do scp. wywalenie crystala w pizdu. Próba dodania autosugestii do silnika wyszukiwania. Aktualizacja zależności.

This commit is contained in:
installer
2025-05-22 18:07:57 +02:00
parent f4e6ec8144
commit 384092291c
6 changed files with 26 additions and 129 deletions

View File

@@ -61,10 +61,4 @@
ZANEYOS = "true";
};
};
nixpkgs.overlays = [
(self: super: {
crystal-launcher = super.callPackage ../../../packages/crystal-launcher.nix {};
})
];
}

View File

@@ -5,6 +5,5 @@
wineWowPackages.waylandFull # wine64
lutris
space-cadet-pinball
crystal-launcher
];
}

View File

@@ -59,6 +59,7 @@
"garand's-search" = {
definedAliases = ["@g"];
urls = [{template = "https://search.garandplg.com/search?q={searchTerms}";}];
suggestUrl = "https://search.garandplg.com/autocompleter?q={searchTerms}";
};
"youtube" = {
definedAliases = ["@yt"];

View File

@@ -85,6 +85,7 @@ in {
ll = "eza -lh --icons --grid --group-directories-first";
la = "eza -lah --icons --grid --group-directories-first";
ssh-server = "ssh garand_plg@192.168.1.156 -p 556 -i ~/.ssh/hp-t640-homeserver";
scp-to-server = "function scp-to-server() { scp -i ~/.ssh/hp-t640-homeserver -P 556 $1 garand_plg@192.168.1.156:$2; }; scp-to-server";
fc = "fortune | cowsay";
terminal = "cat /home/garand_plg/Documents/terminal.txt";
e-terminal = "nano /home/garand_plg/Documents/terminal.txt";