Add: Penduick on Thinkpad T480
This commit is contained in:
parent
e2177beef1
commit
cfe1fbf185
5 changed files with 183 additions and 1 deletions
19
hm/users/dunoz.nix
Normal file
19
hm/users/dunoz.nix
Normal 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 :
|
||||
Loading…
Add table
Add a link
Reference in a new issue