code review

This commit is contained in:
Miguel Palhas
2024-10-04 18:05:56 +01:00
parent 4cfd6b9c08
commit fb2dd11452
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ lib, config, ... }: {
imports = [ ./zsh.nix ./neovim ./rust ./solidity.nix ];
imports = [ ./zsh.nix ./neovim ./rust.nix ./solidity.nix ];
programs = {
home-manager.enable = true;