pointfichiers/nix/profiles/culisg.nix
2024-09-18 13:44:20 +02:00

11 lines
170 B
Nix

{
home.username = "culisg";
home.homeDirectory = "/home/c/culisg";
home.stateVersion = "24.05";
imports = [
../../shell
../../editor
../../de
];
}