nix-dotfiles/instances/loki/hm.nix

35 lines
723 B
Nix

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