24 lines
394 B
Nix
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";
|
||
|
};
|
||
|
};
|
||
|
}
|