code review

This commit is contained in:
Miguel Palhas
2024-10-04 18:00:38 +01:00
parent 627191602a
commit a2c7984916
6 changed files with 31 additions and 27 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
{ lib, config, ... }: {
imports = [ ./basePrograms.nix ./zsh.nix ./neovim ./solidity.nix ];
imports = [ ./zsh.nix ./neovim ./solidity.nix ];
programs.gh.enable = true;
home = {
homeDirectory = lib.mkDefault "/home/${config.home.username}";