This commit is contained in:
Bryan Ramos 2025-02-04 10:29:42 -05:00
parent b3605d741c
commit 3dc1465284
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 19 additions and 12 deletions

View file

@ -11,6 +11,11 @@ in
wget curl fastfetch
unzip fping calc fd pciutils
rsync zip lshw wireshark
calcurse
];
programs.bash.shellAliases = {
calendar = "${pkgs.calcurse}/bin/calcurse";
};
};
}