Fixing git commit msg

Why:

*

This change addresses the need by:

*
This commit is contained in:
Miguel Palhas
2024-10-05 10:54:36 +01:00
parent 20192b9825
commit 71776d4888
2 changed files with 1 additions and 49 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ lib, config, ... }: {
imports = [ ./zsh.nix ./neovim ./rust.nix ./git.nix ./solidity.nix ];
imports = [ ./zsh.nix ./neovim ./rust.nix ./git ./solidity.nix ];
programs = {
home-manager.enable = true;