add cloudflared
This commit is contained in:
parent
b839c9169a
commit
4238f149b8
1 changed files with 5 additions and 1 deletions
|
|
@ -15,6 +15,10 @@
|
|||
enableVimMode = true;
|
||||
powerlevel10kConfigFile = ./shell/p10k.zsh;
|
||||
aliases = { ll = "ls -alF"; };
|
||||
extraAfter = ''
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
'';
|
||||
};
|
||||
|
||||
programs.git.enable = true;
|
||||
|
|
@ -23,6 +27,6 @@
|
|||
|
||||
rsydn.devTools = {
|
||||
enable = lib.mkDefault false;
|
||||
packages = [ ];
|
||||
packages = with pkgs; [ bun cloudflared ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue