This commit is contained in:
Miguel Palhas
2025-10-23 08:35:35 +01:00
parent c9a4f52c31
commit 4793175aa4
3 changed files with 12 additions and 12 deletions
+10 -1
View File
@@ -1,4 +1,9 @@
{ lib, config, ... }:
{
lib,
pkgs,
config,
...
}:
{
imports = [
./zsh.nix
@@ -17,6 +22,10 @@
home-manager.enable = true;
};
home.packages = with pkgs; [
impala
];
home = {
homeDirectory = lib.mkDefault "/home/${config.home.username}";
sessionPath = [ "$HOME/.local/bin" ];