code review

This commit is contained in:
Miguel Palhas
2024-10-05 10:30:59 +01:00
parent 6aea960b69
commit 87ff93fb31
6 changed files with 42 additions and 49 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
{ lib, config, ... }: {
imports = [ ./zsh.nix ./neovim ./rust ./solidity.nix ];
imports = [ ./zsh.nix ./neovim ./rust.nix ./git.nix ./solidity.nix ];
programs = {
home-manager.enable = true;
git.enable = true;
fzf.enable = true;
gh.enable = true;
};
home = {