Adding asdf

This commit is contained in:
Miguel Palhas
2024-10-06 11:10:51 +01:00
parent e2f324ffaa
commit 664df9210d
11 changed files with 81 additions and 28 deletions
+10 -2
View File
@@ -1,5 +1,13 @@
{ lib, config, ... }: {
imports = [ ./zsh.nix ./neovim ./rust.nix ./git ./solidity.nix ];
{ lib, config, ... }:
{
imports = [
./zsh.nix
./neovim
./rust.nix
./git
./solidity.nix
./asdf.nix
];
programs = {
home-manager.enable = true;