This commit is contained in:
Daniel Langbein 2023-11-05 17:15:23 +01:00
parent cc8d41cd68
commit f952e661a2
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,13 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
users.users.yoda = {
packages = with pkgs; [
# Is git required for home-manager "builtins.fetchGit"?
#git
];
};
# Download BikeTripPlanner Git repository. # Download BikeTripPlanner Git repository.
home-manager.users.yoda = { osConfig, config, pkgs, ... }: { home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
home.file."readonly-git/BikeTripPlanner".source = (builtins.fetchGit { home.file."readonly-git/BikeTripPlanner".source = (builtins.fetchGit {