Add git to susano
This commit is contained in:
@@ -11,6 +11,11 @@ in {
|
|||||||
stateVersion = "25.05";
|
stateVersion = "25.05";
|
||||||
username = username;
|
username = username;
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
|
|
||||||
|
packages = with pkgs; [
|
||||||
|
eza
|
||||||
|
git
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
dov = {
|
dov = {
|
||||||
@@ -28,8 +33,4 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
eza
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user