init starship on launch
This commit is contained in:
parent
8f33c7157e
commit
03deac14c9
9 changed files with 22 additions and 31 deletions
|
@ -22,7 +22,10 @@ in {
|
|||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
shellInit = "zoxide init fish | source";
|
||||
shellInit = "
|
||||
zoxide init fish | source
|
||||
starship init fish | source
|
||||
";
|
||||
shellAliases = {
|
||||
vim = "nvim";
|
||||
ls = "colorls --gs";
|
||||
|
|
|
@ -2,11 +2,9 @@
|
|||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard;
|
||||
let
|
||||
|
||||
with lib.wyrdgard; let
|
||||
cfg = config.wyrdgard.apps.cli-apps.home-manager;
|
||||
in {
|
||||
options.wyrdgard.apps.cli-apps.home-manager = {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard; let
|
||||
cfg = config.wyrdgard.tools.git;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue