Start adding apps

This commit is contained in:
installer 2025-01-25 13:05:48 -08:00
parent 76e19d182d
commit 28cc1cc831

View File

@ -1,6 +1,7 @@
{
lib,
config,
pkgs,
username,
...
}:
@ -17,6 +18,7 @@ in
programs = {
zsh.enable = true;
};
environment.shells = with pkgs; [ zsh ];
home-manager.users.${username} =
{
inputs,