From f952e661a2dc4fdb630d54b867e9ae40e3632f58 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 5 Nov 2023 17:15:23 +0100 Subject: [PATCH] cleanup --- hosts/yodaYoga/host-specific.nix | 7 ------- 1 file changed, 7 deletions(-) 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 {