Adding rust

This commit is contained in:
Miguel Palhas
2024-10-04 18:05:33 +01:00
parent a2c7984916
commit 4cfd6b9c08
10 changed files with 51 additions and 107 deletions
+7 -2
View File
@@ -1,7 +1,12 @@
{ lib, config, ... }: {
imports = [ ./zsh.nix ./neovim ./solidity.nix ];
imports = [ ./zsh.nix ./neovim ./rust ./solidity.nix ];
programs.gh.enable = true;
programs = {
home-manager.enable = true;
git.enable = true;
fzf.enable = true;
gh.enable = true;
};
home = {
homeDirectory = lib.mkDefault "/home/${config.home.username}";