Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 18, 2023
1 parent fd6dbeb commit 900f8cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/parts/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ let
username = __elemAt (lib.strings.split "@" name) 0;
inherit (opts.config) stateVersion;

packages = __attrValues {
inherit (pkgs)
hello;
};

homeDirectory = lib.mkMerge [
(lib.mkIf pkgs.stdenv.isDarwin "/Users/${config.home.username}")
(lib.mkIf pkgs.stdenv.isLinux "/home/${config.home.username}")
Expand Down

0 comments on commit 900f8cd

Please sign in to comment.