diff --git a/modules/yodaYoga.nix b/modules/yodaYoga.nix index f84aae7..717e0de 100644 --- a/modules/yodaYoga.nix +++ b/modules/yodaYoga.nix @@ -1,6 +1,12 @@ { config, pkgs, ... }: { +users.users.yoda = { + packages = with pkgs; [ + htop + ]; + }; + home-manager.users.yoda = { osConfig, config, pkgs, ... }: { home.file."readonly-git/BikeTripPlanner".source = (builtins.fetchGit { url = "https://github.com/langbein-daniel/BikeTripPlanner";