diff --git a/hosts/yodaYoga/host-specific.nix b/hosts/yodaYoga/host-specific.nix index d2faf29..f715857 100644 --- a/hosts/yodaYoga/host-specific.nix +++ b/hosts/yodaYoga/host-specific.nix @@ -1,13 +1,6 @@ { config, pkgs, ... }: { - users.users.yoda = { - packages = with pkgs; [ - # Is git required for home-manager "builtins.fetchGit"? - #git - ]; - }; - # Download BikeTripPlanner Git repository. home-manager.users.yoda = { osConfig, config, pkgs, ... }: { home.file."readonly-git/BikeTripPlanner".source = (builtins.fetchGit {