Odin tiziano: add retroarch
This commit is contained in:
parent
8c07e3d4d2
commit
0576921c67
3 changed files with 6 additions and 5 deletions
|
|
@ -129,6 +129,7 @@ in
|
|||
# };
|
||||
|
||||
services = {
|
||||
displayManager.autoLogin = { enable = true; user = "tiziano"; };
|
||||
avahi = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
@ -148,7 +149,6 @@ in
|
|||
xserver = {
|
||||
displayManager = {
|
||||
gdm = { enable = true; autoSuspend = false; };
|
||||
autoLogin = { enable = true; user = "tiziano"; };
|
||||
};
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
|
|
|||
24
instances/odin/hm_tiziano.nix
Normal file
24
instances/odin/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.retroarchFull ];
|
||||
};
|
||||
|
||||
imports = [
|
||||
../../modules/hm/__basic.nix
|
||||
|
||||
../../modules/hm/syncthing_tiziano.nix
|
||||
|
||||
../../modules/hm/shell_aliases.nix
|
||||
../../modules/hm/rclone-mount-tiziano.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue