WIP: switch to open modules

This commit is contained in:
Filippo Berto 2025-09-23 16:34:29 +02:00
parent d38ea124bd
commit efb678ad92
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 29 additions and 45 deletions

View file

@ -0,0 +1,24 @@
{ pkgs, ... }: {
home = {
language.base = "it_IT.UTF-8";
keyboard = {
layout = "it";
options = [
"terminate:ctrl_alt_bksp"
"compose:rctrl"
];
};
packages = [ pkgs.retroarch-free pkgs.heroic ];
};
imports = [
../../hm/combined/basics.nix
../../hm/syncthing_tiziano.nix
../../hm/shell_aliases.nix
../../hm/rclone-mount-tiziano.nix
];
home.stateVersion = "23.05";
}