pointfichiers/nix/profiles/culisg.nix

10 lines
141 B
Nix
Raw Normal View History

2024-09-16 14:13:01 +02:00
{
home.username = "culisg";
home.homeDirectory = "/home/c/culisg";
home.stateVersion = "24.05";
imports = [
../../editor
];
}