23 lines
365 B
Nix
Raw Normal View History

2024-10-14 18:43:31 +03:00
{
imports = [
./package-groups/bundle.nix
2024-11-10 15:05:34 +03:00
./your-modules.nix
2024-10-14 18:43:31 +03:00
./your-packages.nix
];
home = {
username = "ficache";
homeDirectory = "/home/ficache";
stateVersion = "24.05";
keyboard = {
layout = "us, ru";
options = "grp:win_space_toggle";
variant = "qwerty";
};
};
}