code review

This commit is contained in:
Miguel Palhas
2024-09-29 18:40:52 +01:00
parent 8274d3dcf3
commit 3e89e2ada5
7 changed files with 40 additions and 21 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ lib, config, ... }: {
imports = [ ./basePrograms.nix ./neovim.nix ];
imports = [ ./basePrograms.nix ./neovim.nix ./zsh.nix ];
home = {
homeDirectory = lib.mkDefault "/home/${config.home.username}";