mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
aliases: add rbc
This commit is contained in:
parent
b01fd386ab
commit
552a6d8f42
2 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,7 @@
|
||||||
|
|
||||||
# Rebuild helper
|
# Rebuild helper
|
||||||
rb = "nh darwin switch . -- --extra-experimental-features \"nix-command pipe-operators\"";
|
rb = "nh darwin switch . -- --extra-experimental-features \"nix-command pipe-operators\"";
|
||||||
|
rbc = "nh darwin switch . -- --extra-experimental-features \"nix-command pipe-operators\" --option extra-substituters \"\"";
|
||||||
rebuild = "${../../../rebuild.nu}";
|
rebuild = "${../../../rebuild.nu}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,7 @@ return {
|
||||||
section = "terminal",
|
section = "terminal",
|
||||||
cmd = "greeting",
|
cmd = "greeting",
|
||||||
hl = "header",
|
hl = "header",
|
||||||
|
ttl = 60,
|
||||||
height = 3,
|
height = 3,
|
||||||
padding = 2,
|
padding = 2,
|
||||||
align = "center",
|
align = "center",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue