first commit
This commit is contained in:
commit
9532c89e63
3 changed files with 57 additions and 0 deletions
10
home/pennsardin.nix
Normal file
10
home/pennsardin.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "lomig";
|
||||
home.homeDirectory = "/home/lomig";
|
||||
|
||||
programs.zsh.enable = true;
|
||||
home.stateVersion = "25.05"; # ou ton actuelle
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue