mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixed
This commit is contained in:
parent
b3605d741c
commit
3dc1465284
4 changed files with 19 additions and 12 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue