pointfichiers/nix/profiles/culisg.nix

12 lines
170 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 = [
2024-09-18 13:44:20 +02:00
../../shell
2024-09-16 14:13:01 +02:00
../../editor
2024-09-16 14:59:29 +02:00
../../de
2024-09-16 14:13:01 +02:00
];
}