This commit is contained in:
Miguel Palhas
2024-09-29 10:31:52 +01:00
commit 327b575dc5
16 changed files with 960 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ lib, config, ... }: {
imports = [ ./basePrograms.nix ./neovim.nix ];
home = {
homeDirectory = lib.mkDefault "/home/${config.home.username}";
sessionPath = [ "$HOME/.local/bin" ];
};
}