diff --git a/hosts/garand-laptop/config.nix b/hosts/garand-laptop/config.nix index 42b8389..35bc7e1 100644 --- a/hosts/garand-laptop/config.nix +++ b/hosts/garand-laptop/config.nix @@ -319,6 +319,7 @@ in { sl nodejs kdePackages.kdenlive + obs-studio ]; fonts = { diff --git a/hosts/garand-laptop/home.nix b/hosts/garand-laptop/home.nix index 4311e37..7b656ea 100644 --- a/hosts/garand-laptop/home.nix +++ b/hosts/garand-laptop/home.nix @@ -201,6 +201,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"; + terminal = "cat /home/garand_plg/Documents/terminal.txt"; ".." = "cd .."; }; };