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