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