nix-dotfiles/instances/loki/hm.nix
2025-09-08 11:36:45 +02:00

35 lines
843 B
Nix

{
home = {
language.base = "it_IT.UTF-8";
keyboard = {
layout = "it";
options = [
"terminate:ctrl_alt_bksp"
"compose:rctrl"
];
};
};
imports = [
../../hm/modules/combined/basics.nix
# ../../hm/modules/development/cpp.nix
# ../../hm/modules/development/data.nix
# ../../hm/modules/development/go.nix
# ../../hm/modules/development/javascript.nix
# ../../hm/modules/development/latex.nix
# ../../hm/modules/development/nix.nix
# ../../hm/modules/development/python.nix
# ../../hm/modules/development/rust.nix
../../hm/modules/helix.nix
# ../../hm/modules/kakoune.nix
../../hm/modules/kitty.nix
../../hm/modules/megasync.nix
../../hm/modules/syncthing.nix
../../hm/modules/shell_aliases.nix
];
home.stateVersion = "22.11";
}