mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
cleanup
This commit is contained in:
parent
cc8d41cd68
commit
f952e661a2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user