2024-10-14 18:43:31 +03:00

24 lines
394 B
Nix

{
imports = [
./modules/bundle.nix
./package-groups/bundle.nix
# ./your-variables.nix
./your-packages.nix
];
home = {
username = "ficache";
homeDirectory = "/home/ficache";
stateVersion = "24.05";
keyboard = {
layout = "us, ru";
options = "grp:win_space_toggle";
variant = "qwerty";
};
};
}