Add some (fun) extra terminal programs
This commit is contained in:
parent
6b15453306
commit
4c648a0c18
|
@ -9,6 +9,7 @@
|
|||
./git.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./extras.nix
|
||||
];
|
||||
home.shellAliases = {
|
||||
sync-all = "sync-git; vdirsyncer sync; mbsync -a";
|
||||
|
|
8
system/home/shell/extras.nix
Normal file
8
system/home/shell/extras.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
asciiquarium-transparent
|
||||
pipes
|
||||
cbonsai
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue