This commit is contained in:
Miguel Palhas
2024-10-04 14:51:02 +01:00
parent 62a05a4648
commit 482fdf5c48
9 changed files with 312 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ lib, config, ... }: {
imports = [ ./basePrograms.nix ./neovim.nix ./zsh.nix ];
imports = [ ./basePrograms.nix ./zsh.nix ./neovim ];
home = {
homeDirectory = lib.mkDefault "/home/${config.home.username}";