chore: remove asdf

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-01-30 10:14:58 +01:00
parent a7073f5dbc
commit ef116e2fbb
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 0 additions and 17 deletions

View file

@ -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"
'';
};
}

View file

@ -4,7 +4,6 @@
imports = [
./git
./asdf.nix
./bat.nix
./btop.nix
./starship.nix