WIP: switch to open modules
This commit is contained in:
parent
d38ea124bd
commit
efb678ad92
2 changed files with 29 additions and 45 deletions
24
instances/heimdall/hm_tiziano.nix
Normal file
24
instances/heimdall/hm_tiziano.nix
Normal 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue