Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
aae4bdcda9
commit
d5cfcf2059
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
{ lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
flake.modules.homeManager.base =
|
flake.modules.homeManager.base =
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
@ -47,6 +49,10 @@
|
||||||
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
|
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
watchexec() {
|
||||||
|
${lib.getExe pkgs.watchexec} --clear "$@"
|
||||||
|
}
|
||||||
|
|
||||||
weather() {
|
weather() {
|
||||||
curl "https://wttr.in/''$1"
|
curl "https://wttr.in/''$1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue