Start adding apps
This commit is contained in:
parent
76e19d182d
commit
28cc1cc831
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user