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