23 lines
375 B
Nix
Raw Normal View History

2024-10-14 18:43:31 +03:00
{
imports = [
2024-11-30 15:01:22 +03:00
./package-groups/video-processing.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";
};
};
}