Add: Penduick on Thinkpad T480

This commit is contained in:
DuN0z 2025-10-29 18:31:07 +01:00
parent e2177beef1
commit cfe1fbf185
5 changed files with 183 additions and 1 deletions

19
hm/users/dunoz.nix Normal file
View file

@ -0,0 +1,19 @@
{pkgs, nvim-config, ...}: {
imports = [
../../hm/common/git.nix
../../hm/common/zsh.nix
];
home = {
username = "dunoz";
homeDirectory = "/home/dunoz";
packages = with pkgs; [
bat
tree
];
};
programs.zsh.enable = true;
home.stateVersion = "25.05"; # ou ton actuelle
}
# vim: set ts=2 sw=2 sts=2 et :