Update loki configuration

This commit is contained in:
Filippo Berto 2022-12-26 21:54:26 +01:00
parent 091fc65b2f
commit 55c1ffee33
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
9 changed files with 131 additions and 177 deletions

22
loki/hm_tiziano.nix Normal file
View file

@ -0,0 +1,22 @@
{
home = {
language.base = "it_IT.UTF-8";
keyboard = {
layout = "it";
options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" ];
};
};
imports = [
../hm_modules/__basic.nix
../hm_modules/helix.nix
../hm_modules/kakoune.nix
../hm_modules/kitty.nix
../hm_modules/lf.nix
../hm_modules/syncthing_tiziano.nix
../hm_modules/shell_aliases.nix
];
home.stateVersion = "21.11";
}