yodaYoga config

This commit is contained in:
Daniel Langbein 2023-09-14 14:43:25 +02:00
parent 4a5434504c
commit 3d679ae263
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,6 +1,12 @@
{ config, pkgs, ... }:
{
users.users.yoda = {
packages = with pkgs; [
htop
];
};
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
home.file."readonly-git/BikeTripPlanner".source = (builtins.fetchGit {
url = "https://github.com/langbein-daniel/BikeTripPlanner";