aktualizacja i kilka zmian

This commit is contained in:
installer
2025-01-27 17:44:03 +01:00
parent e25799d21c
commit 142605387e
5 changed files with 60 additions and 56 deletions

View File

@@ -182,6 +182,7 @@ in {
if [ -f $HOME/.bashrc-personal ]; then
source $HOME/.bashrc-personal
fi
fc
'';
shellAliases = {
os-sw = "sudo nixos-rebuild switch --flake ~/zaneyos";
@@ -204,9 +205,11 @@ 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";
fc = "fortune | cowsay";
terminal = "cat /home/garand_plg/Documents/terminal.txt";
e-terminal = "nano /home/garand_plg/Documents/terminal.txt";
".." = "cd ..";
KYS = "shutdown now";
};
};
home-manager.enable = true;