cnfgs
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
{
|
||||
imports = [
|
||||
./modules/zsh/zsh.nix
|
||||
/.modules/openai.nix
|
||||
./modules/kitty.nix
|
||||
./modules/git.nix
|
||||
./modules/programs.nix
|
||||
|
||||
@@ -74,7 +74,8 @@
|
||||
|
||||
exec-once = [
|
||||
"caelestia shell &"
|
||||
"caelestia shell lock lock; until [ $? -eq 0 ]; do sleep 1; caelestia shell lock lock; done"
|
||||
"caelestia shell lock lock; until [ $? -eq 0 ]; do sleep 0.1; caelestia shell lock lock; done"
|
||||
"AmneziaVPN & disown"
|
||||
# "hyprlock --immediate-render --no-fade-in &"
|
||||
"wal -R &"
|
||||
# "swww img ${config.home.homeDirectory}/Pictures/wallpaper.png &"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.zsh.shellAliases = {
|
||||
llm = ''
|
||||
f() { llm "$@" | tee >(cat) | glow --style=dark --width=100; unset -f f; }; f'';
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ python312Packages.llm glow ];
|
||||
}
|
||||
@@ -4,7 +4,6 @@
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
||||
|
||||
matchBlocks = {
|
||||
"kr0sh.ru" = {
|
||||
host = "kr0sh.ru";
|
||||
@@ -18,6 +17,14 @@
|
||||
identityFile = [ "~/.ssh/id" ];
|
||||
};
|
||||
|
||||
"alpha" = {
|
||||
host = "alpha";
|
||||
hostname = "krosh.mooo.com";
|
||||
port = 2006;
|
||||
user = "root";
|
||||
identityFile = [ "~/.ssh/id_ed25519_sk" ];
|
||||
};
|
||||
|
||||
"homeserver" = {
|
||||
host = "homeserver";
|
||||
hostname = "192.168.3.71";
|
||||
|
||||
Reference in New Issue
Block a user