diff --git a/home/default.nix b/home/default.nix index bc13eca..3c8edfe 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,4 +1,9 @@ -{ config, profile-path, ... }: +{ + config, + profile-path, + pkgs, + ... +}: let user = config.profile.user; stateVersion = config.profile.system.stateVersion; @@ -21,6 +26,7 @@ in username = user.name; homeDirectory = "/home/${user.name}"; stateVersion = stateVersion; + packages = with pkgs; [ btop ]; }; programs.home-manager.enable = true; systemd.user.sessionVariables = {