yodaYoga config

This commit is contained in:
Daniel Langbein 2023-09-14 14:48:39 +02:00
parent 6d40ae8b25
commit ddb9d0e182
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,8 +1,9 @@
{ config, pkgs, ... }:
{
users.users.yoda = {
users.users.yoda = {
packages = with pkgs; [
git
htop
];
};