nix-dotfiles/loki/hm.nix
2023-03-12 21:11:03 +01:00

32 lines
790 B
Nix

{
home = {
language.base = "it_IT.UTF-8";
keyboard = {
layout = "it";
options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" ];
};
};
imports = [
../hm_modules/__basic.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/lf.nix
../hm_modules/megasync.nix
../hm_modules/syncthing.nix
../hm_modules/shell_aliases.nix
];
home.stateVersion = "22.11";
}