chore: remove asdf
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
a7073f5dbc
commit
ef116e2fbb
2 changed files with 0 additions and 17 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
asdf-vm
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
initExtra = ''
|
||||
. "${pkgs.asdf-vm}/share/asdf-vm/asdf.sh"
|
||||
autoload -Uz bashcompinit && bashcompinit
|
||||
. "${pkgs.asdf-vm}/share/asdf-vm/completions/asdf.bash"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./git
|
||||
|
||||
./asdf.nix
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
./starship.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue